Auto Sign in with local windows active directory

0
I want to auto-sign in using active directory so I added the LDAP module from the store. I connected it successfully to the Active Directory server and I’ve got all users and save it to the database. But I couldn’t find a way to auto-sign in or at least get the current active directory Windows Account in the Mendix app. I searched in many resources but none of them gave me the answer.
asked
6 answers
0

I think you mixup two different things. With the LDAP module users can login to your Mendix application using the name and password of their work accounts. If you want to do SSO the you need another module. I would use the SAML module: https://appstore.home.mendix.com/link/app/1174/Mendix/SAML Then your users can autologin. If you only want your users to login with their work credentials you are probably already done if you set the LDAP module up to authenticate users. If that is not working edit your post with what steps you took and what kind of error logs you are getting.

Regards,

Ronald

 

answered
0

LDAP Module not able to auto sign after you login via your window authentication. You need to open mendix application and login again with LDAP account.

For SAML with Microsoft AD, the AD Server need to configure like this https://www.ispringsolutions.com/articles/ispring-learn-sso-with-microsoft-active-directory-federation-services

hope this help

answered
0

I tried SAML but I got this error

answered
0

I filled those fields 

answered
0

When i confgured ldap it went smoothly

 

 

answered
0

They have ldap server and it's connected with share point 

And it's connected with the ldap mendix module

answered