Archivo de la categoría: Symfony

Custom login with LDAP in Symfony

Last months I were working on a new Symfony application where the users needed to be authenticated against a Windows Active Directory. Our custom login authentication process will do this: User sign in through a login form We connect to our LDAP server and check if user credentials are correct. If credentials are correct, we […]