You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it looks like that, when the user tries to login with uppercase or a combination of uppercase and lowercase, the login fails.
The only way to login using the Active Directory credentials is to use only lowercase.
In the configuration we have:
attributes:
uid: "sAMAccountName"
mail: "mail"
name: "displayName"
Is there a way to allow the users to login without caring about the case sensitivity?