Scope authentication

When the user authentication level is lower then the required level for the requested scope the user will be redirected to the specified endpoint. The user authentication level is extracted from the values of the user header. See configure header authentication.

Docker Compose environment variables

Property Description
TOKEN_​SERVER_​ENGINE_​AUTHENTICATION_​ENDPOINT Uri of the endpoint handling step up to enable the user to increase his authentication level

Request parameters received by endpoint

Request parameter Description
redirect_uri Redirect Uri requested in the authorization grant request
auth_level The authentication level (integer value) required for the requested set of scopes. This parameter will contain the highest required value.