AUTO LOGIN BASED ON WINDOWS SYSTEM USERNAME AND PASSWORD

0
Hello Experts,   I have a AD and I am a AD user added by our Admin. Provided the username and password. I am using the provided username and password to login my system (Windows).    Also I have an application developed and integrated with LDAP to sync all the AD users in Mendix table (Imported successfully and established connection successfully, also assigned a respective role for each user).    Requirement : Users logged on to the windows domain do not have to enter their credentials to log in to your application. When the user hits the Application URL : It should not ask for the login instead it should directly take the respective user to required dashboard based on his role because the user already authenticated using windows login when opens the system.   How it can be achieved in Mendix I have tried Kerberos Single Sign On module but it doesn't work, Answers are really much appreciated!     
asked
1 answers
1

Kerberos is pretty old. Try to set up SAML with ADFS.

answered