Configuration for config.js (required)

Cofiguration for azure-config.js (required for Active Directory Authentication)

Options for the Active Directory configuration file

 

In the PASOE config file, the configuration required for setting the generic login screen and azure authentication

eg.

<LoginScreen>loginGenericW</LoginScreen>

 

For the Authentication in Node.js we also need to provide the URL:

eg.

 

<ssoAuthenticationURI>https://login.akiomacloud.de/auth</ssoAuthenticationURI>

 

The allowed authentication for Azure is called AzureActiveDirectory. You can specify one authentication or multiple authentication strategies via a comma delimited list.

 

eg.

<AllowedAuthentication>AzureActiveDirectory,AkiomaUser</AllowedAuthentication>