Authentication configuration

Overview

Here you will find the operations required to configure the authentication mechanisms

ExternalAuthenticationLoginModule

This login module is activated by default for Process16.0.0 and onwards.

MoovappsJwTLoginModule

This login module is activated by default for Process16.1.0 and onwards. This authentication mechanism requires an openid connect configuration with Moovapps Team.

As such, the following configuration keys must be set :

oidc.client.id
oidc.client.secret
oidc.redirect.url
oidc.issuer.url
oidc.logout.url
oidc.scope
logout.redirect.url
moovapps.tenant.name
moovapps.nextgen.url.back
moovapps.nextgen.url.front
moovapps.nextgen.api.url.unread.messages

Moreover, the following key must be set specifically for this login module : moovapps.tenant.backend.jwkset.url

Please check with your Moovapps Team host to obtain the value for this key.