...
In order to use ActiveDirectory authentication, the following configuration settings must be present in pasoe-config.xml / OEPAS_config.xml:
- AllowedAuthentication containing "ActiveDirectory" - See AllowedAuthentication.
- 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).
...
TBD by Sergiu Morar / Sebastian Lucaciu
Security settings
Anchor | ||||
---|---|---|---|---|
|
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.
...