Page tree

Versions Compared

Key

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

...

  • path : path for login authentication, '/login' will setup a new http route at 'auth/azure/login' for authentication
  • clientID : the clientID key required for the login. This will be automatically placed in the login request as a form paramenter
  • tenant : the tenant id required for the login. This will be automatically placed in the login request as a form paramenter
  • authorityUrl :  the authority url, usually is https://login.windows.net
  • resource : your app id uri

 

In the PASOE config the configuration required for setting the generic login screen:

eg.

<LoginScreen>loginGenericW</LoginScreen>

 

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

eg.

<ssoAuthenticationURI>https://msg-test.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>