Package net.shibboleth.oidc.profile.core
Class OidcEventIds
java.lang.Object
net.shibboleth.oidc.profile.core.OidcEventIds
OpenID Connect -specific constants to use for
ProfileAction
EventContexts.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe access token is invalid.static final StringThe DPoP access token is invalid.static final StringID of event returned if the DPoP proof nonce is invalid.static final StringID of event returned if the DPoP proof is invalid.static final StringThe provided authorization grant is invalid.static final StringThe grant type in token request is not supported for RP.static final StringThe id_token is invalid.static final StringThe id_token_hint is invalid.static final StringID of event returned if the PKCE code verifier transformation method is invalid.static final StringThe redirect_uri in request is invalid.static final StringID of event returned if the mandatory redirect_uris is invalid.static final StringThe request object cannot be validated.static final StringThe request uri is invalid.static final StringThe response type in request is not supported for RP.static final StringThe response type in request is not supported for RP.static final StringThe scope is invalid.static final StringThe subject resolved is not the expected one.static final StringThe resource indicator is invalid.static final StringThe token is invalid.static final StringThe UserInfo claims are invalid.static final StringID of event returned if the mandatory dpop_jkt parameter is missing.static final StringID of event returned if the mandatory DPoP proof is missing.static final StringThe id_token hint is missing in request, even though it's mandatory.static final StringThe pushed authorization request (specific request_uri) is not included in request even though it's mandatory.static final StringThe request object or uri is missing in request, even though it's mandatory.static final StringID of event returned if the mandatory PKCE code challenge is missing.static final StringID of event returned if the mandatory redirect_uris is missing.static final StringBoth request uri and request object in request.static final StringThe revocation attempt failed.static final StringID of event returned upon an inability to locate any matching session for a LogoutRequest. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MISSING_REDIRECT_URIS
ID of event returned if the mandatory redirect_uris is missing.- See Also:
-
INVALID_REDIRECT_URIS
ID of event returned if the mandatory redirect_uris is invalid.- See Also:
-
INVALID_GRANT
The provided authorization grant is invalid.- See Also:
-
INVALID_REDIRECT_URI
The redirect_uri in request is invalid.- See Also:
-
INVALID_RESPONSE_TYPE
The response type in request is not supported for RP.- See Also:
-
INVALID_RESPONSE_MODE
The response type in request is not supported for RP.- Since:
- 3.1.0
- See Also:
-
INVALID_GRANT_TYPE
The grant type in token request is not supported for RP.- See Also:
-
INVALID_SUBJECT
The subject resolved is not the expected one.- See Also:
-
REQUEST_OBJECT_AND_URI
Both request uri and request object in request.- See Also:
-
INVALID_REQUEST_OBJECT
The request object cannot be validated.- See Also:
-
INVALID_REQUEST_URI
The request uri is invalid.- See Also:
-
MISSING_MANDATORY_REQUEST_OBJECT
The request object or uri is missing in request, even though it's mandatory.- See Also:
-
MISSING_MANDATORY_ID_TOKEN_HINT
The id_token hint is missing in request, even though it's mandatory.- Since:
- 3.1.0
- See Also:
-
REVOCATION_FAILED
The revocation attempt failed.- See Also:
-
INVALID_TARGET
The resource indicator is invalid.- See Also:
-
INVALID_ID_TOKEN
The id_token is invalid.- See Also:
-
INVALID_ID_TOKEN_HINT
The id_token_hint is invalid.- Since:
- 3.1.0
- See Also:
-
INVALID_TOKEN
The token is invalid.- See Also:
-
INVALID_ACCESS_TOKEN
The access token is invalid.- See Also:
-
INVALID_DPOP_ACCESS_TOKEN
The DPoP access token is invalid.- Since:
- 3.2.0
- See Also:
-
INVALID_USERINFO_CLAIMS
The UserInfo claims are invalid.- See Also:
-
MISSING_PKCE_CODE_CHALLENGE
ID of event returned if the mandatory PKCE code challenge is missing.- See Also:
-
INVALID_PKCE_TRANSFORMATION_METHOD
ID of event returned if the PKCE code verifier transformation method is invalid.- See Also:
-
INVALID_SCOPE
The scope is invalid.- See Also:
-
SESSION_NOT_FOUND
ID of event returned upon an inability to locate any matching session for a LogoutRequest.- Since:
- 3.1.0
- See Also:
-
MISSING_DPOP_JKT
ID of event returned if the mandatory dpop_jkt parameter is missing.- Since:
- 3.2.0
- See Also:
-
MISSING_DPOP_PROOF
ID of event returned if the mandatory DPoP proof is missing.- Since:
- 3.2.0
- See Also:
-
INVALID_DPOP_PROOF
ID of event returned if the DPoP proof is invalid.- Since:
- 3.2.0
- See Also:
-
INVALID_DPOP_NONCE
ID of event returned if the DPoP proof nonce is invalid.- Since:
- 3.2.0
- See Also:
-
MISSING_MANDATORY_PAR_REQUEST_URI
The pushed authorization request (specific request_uri) is not included in request even though it's mandatory.- Since:
- 3.2.0
- See Also:
-
-
Constructor Details
-
OidcEventIds
private OidcEventIds()Constructor.
-