AD Standard Login Configuration

In order to change the default FintechOS authentication with the Microsoft Active Directory authentication, go to the web.config file of your WebApp (Portal/Designer) and add/edit the following setting:

Copy
<appSettings>
...
<add key="EBSDefaultAuthentication" value="AD"/>
...
</appSettings>            

You are still able to log in using the administrator host credentials (using the password fromFintechOS authentication).

NOTE  
  • When adding system users in FintechOS who will be using AD credentials for logging in, in the UserName field, you should provide the username in the following format: [Domain]\[Username]. When logging in FintechOS, users should provide the username in the format previously mentioned.
  • Every AD has different security roles, so make sure that the Application Pool Identity of the FintechOS WebApp has the privileges to search into the directory entry nodes, otherwise, when trying to log in FintechOS using AD credentials, privileges related errors might occur.