04-13-2019, 12:50 PM
It's been a LOOOONG time since I've used Active Directory, so I may need your help.
Here is my thought and you can tell me if I'm wrong.
1. Can you always use your email to authenticate with LDAP?
2. If not, can LDAP "return" the email address when you authenticate with an id/username?
The way the other OAUTH logins work is if you successfully authenticate, we do a lookup on the users table to see if your email is in there. If it is, we log you in as that user. If it isn't, we automatically create an account for you.
We would need to figure out that part with LDAP.
Here is my thought and you can tell me if I'm wrong.
1. Can you always use your email to authenticate with LDAP?
2. If not, can LDAP "return" the email address when you authenticate with an id/username?
The way the other OAUTH logins work is if you successfully authenticate, we do a lookup on the users table to see if your email is in there. If it is, we log you in as that user. If it isn't, we automatically create an account for you.
We would need to figure out that part with LDAP.