Could not log you in
The application attempted to log you in using an external Identity Provider.
This failed for a reason that is described in the Technical Details block below.
Usually these kinds of errors are temporary and can be reinitiating the authentication procedure.
Please do so with the button below but if the error persists, contact your administrator.
Technical Details
{{ technical_msg }}
{{ technical_description }}
{% if auth_failed_error.error_description %}{{ auth_failed_error.error_description }}
{% endif %} {% if auth_failed_error.error_uri %}See {{ auth_failed_error.error_uri }} for more information
{% endif %} {% if token_error_response.error_description %}{{ token_error_response.error_description }}
{% endif %} {% if token_error_response.error_uri %}See {{ token_error_response.error_uri }} for more information
{% endif %} {% if id_token_validation_error %}{{ id_token_validation_error.msg }}
{% endif %}Configuration Parameters | |
---|---|
OpenID Issuer | {{ openid_settings.OPENID_ISSUER }} |
OpenID Client-ID | {{ openid_settings.OPENID_CLIENT_ID }} |
OpenID Scope | {{ openid_settings.OPENID_SCOPE }} |
Used Redirect URI | {{ auth_redirect_url }} |
Maximum allowed time for logging in | {{ openid_settings.OPENID_LOGIN_TIMEOUT }}s |