-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Description
Feature description
I don't want to have a service account binding (ie managerDN) but want to use incoming user creds to bind. but they will only supply username/email not DN.
note:server does not allow anon bind
I read "Active Directory will let you also bind using userPrincipalName instead of DN, so it might be helpful to attempt to bind as username@domain.com instead of username. Either users can be instructed to log in this way or the application can add @domain.com part upon binding attempt if feasible."
Reactions are currently unavailable