Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Basic HybridRealm authentication. The PASOE validates the provided credentials (username & password) directly, through HybridRealm, using the ISwatAuthenticationService.

 

In order to use AkiomaUser authentication, the AllowedAuthentication property must contain AkiomaUser, present in pasoe-config.xml / OEPAS_config.xml, :

Code Block
languagexml
titlepasoe-config.xml / OEPAS_config.xml
<AllowedAuthentication>AkiomaUser</AllowedAuthentication>

 

ActiveDirectory

Front-end - Back-end interaction:

...

Code Block
languagexml
titlepasoe_-config.xml / OEPAS_config.xml
<AllowedAuthentication>AkiomaUser,ActiveDirectory</AllowedAuthentication>

...