We installed ADFS on premise and Active Directory and successfully configured it on Auth0 and login.
However, we faced a strange behavior as the following:
- Login with a user enabled ADFS ex: user1@xxx.com
- Logout from the application ‘not federated logout to keep user signed in for other application he use’
- Attempt to login from the application with a new ADFS user from same domain ex: user2@xxx.com or even a user that doesn’t exist on ADFS AD.
- Auth0 doesn’t ask the user for password and directly sign in the user but the Id token is for user1 not 2.
The above scenario doesn’t happen with other enterprise connection we tried it with Azure Active Directory. with Azure AD second user is prompted to enter password and Auth0 replied with the right Id token.
Did anyone face that with ADFS?