Page 1 of 1

Automatic Integration with Active Directory

Posted: Fri May 08, 2015 2:56 am
by lwulfers

Please provide integration to Active Diretory and (AD Groups) using the following patterns:

Use the current ASP.Net Maker security pattern and enhance it to support using Active Directory groups to determine the security level the user has (Like using the AD Group Name instead of the user name and password that the app based login uses now).

Also just supporting the use of Active Directory to resolve the AD username and providing an autologin based on this would also be a great help.


Re: Automatic Integration with Active Directory

Posted: Wed Apr 04, 2018 3:06 pm
by abdallah

good idea


Re: Automatic Integration with Active Directory

Posted: Wed Apr 04, 2018 4:29 pm
by Webmaster

Use LDAP authentication, read the "LDAP xxx" settings in "Tools" -> "Advanced Settings" of the help file. If AD, the "LDAP distinguish name" may be "YourDomain\\{username}" (without double quotes), the actual distinguish name depends on your server settings. Also see examples for "User_CustomValidate" and "Ldap_Validated" server events in "Server Events and Client Scripts" in the help file.