Published: Oct 12, 2020 by C.S. Rhymes In my organisation we use Ldap to authenticate users so they only have to remember one username and password and it means we don’t have to worry about managing passwords.
This is a guide to getting started using Ldap Record with Laravel Fortify.
You can either user email or username to login, but in this article I am going to use username, more specifically samaccountname with ActiveDirectory.
You should now be able to log in with your active directory account and your user’s details will be synced to your users table in your database.