AD Standard Login Configuration
In order to change the default FintechOS Platform authentication with the Microsoft Active Directory authentication, add/edit the following secret:
| Key Path | Key Name | Key Value |
|---|---|---|
| kv/<environment>/<application>/app-settings | EBSDefaultAuthentication | AD |
You are still able to log in using the administrator host credentials (using the password fromFintechOS Platform authentication).
NOTE
- When adding system users in FintechOS Platform 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 Platform, 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 Platform WebApp has the privileges to search into the directory entry nodes, otherwise, when trying to log in FintechOS Platform using AD credentials, privileges related errors might occur.
Go to the web.config file of your WebApp (Portal/Designer) and add/edit the following setting:
Copy
<app-settings>
...
<add key="EBSDefaultAuthentication" value="AD"/>
...
</app-settings>