...
Note: node-main is hidden from the client.
In order to use ActiveDirectory authentication, the following configuration settings must be present in pasoe-config.xml / OEPAS_config.xml:
- ssoAuthenticationURI - node-main access-point for AD authentication - takes username, password
- ssoAuthenticationCheckURI - node-main access-point for checking if a valid SSO session was created, for verifying if the AD authentication was successful.
- ssoAuthenticationSecretKey - OPTIONAL - secret key known by PASOE and node-main that is passed in the requests to node-main. Provides additional validation that the requests are done from a trusted source (PASOE).
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
<AllowedAuthentication>ActiveDirectory</AllowedAuthentication>
<ssoAuthenticationURI>http://localhost:8888/auth/ad/login</ssoAuthenticationURI>
<ssoAuthenticationCheckURI>http://localhost:8888/auth/ad/sessions</ssoAuthenticationCheckURI>
<ssoAuthenticationSecretKey>12345678901</ssoAuthenticationSecretKey> |
AzureActiveDirectory
TBD by Sergiu Morar / Sebastian Lucaciu
...
In order to use the existing AkiomaUser and/or ActiveDirectory authentication/s, the <AllowedAuthentication> property must be present in the pasoe_-config.xml / OEPAS_config.xml configuration file.
...