Class OidcClientMetadataClaimNames
java.lang.Object
org.springframework.security.oauth2.server.authorization.OAuth2ClientMetadataClaimNames
org.springframework.security.oauth2.server.authorization.oidc.OidcClientMetadataClaimNames
The names of the "claims" defined by OpenID Connect Dynamic Client Registration 1.0
that are contained in the OpenID Client Registration Request and Response.
- Since:
- 7.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringpost_logout_redirect_uris- the post logout redirectionURIvalues used by the Client.static final Stringregistration_access_token- the Registration Access Token that can be used at the Client Configuration Endpointstatic final Stringregistration_client_uri- theURLof the Client Configuration Endpoint where the Registration Access Token can be usedstatic final Stringtoken_endpoint_auth_signing_alg- theJWSalgorithm that must be used for signing theJWTused to authenticate the Client at the Token Endpoint for theprivate_key_jwtandclient_secret_jwtauthentication methodsFields inherited from class org.springframework.security.oauth2.server.authorization.OAuth2ClientMetadataClaimNames
CLIENT_ID, CLIENT_ID_ISSUED_AT, CLIENT_NAME, CLIENT_SECRET, CLIENT_SECRET_EXPIRES_AT, GRANT_TYPES, JWKS_URI, REDIRECT_URIS, RESPONSE_TYPES, SCOPE, TOKEN_ENDPOINT_AUTH_METHOD -
Method Summary
-
Field Details
-
POST_LOGOUT_REDIRECT_URIS
post_logout_redirect_uris- the post logout redirectionURIvalues used by the Client. Thepost_logout_redirect_uriparameter is used by the client when requesting that the End-User's User Agent be redirected to after a logout has been performed.- See Also:
-
TOKEN_ENDPOINT_AUTH_SIGNING_ALG
token_endpoint_auth_signing_alg- theJWSalgorithm that must be used for signing theJWTused to authenticate the Client at the Token Endpoint for theprivate_key_jwtandclient_secret_jwtauthentication methods- See Also:
-
ID_TOKEN_SIGNED_RESPONSE_ALG
id_token_signed_response_alg- theJWSalgorithm required for signing theID Tokenissued to the Client- See Also:
-
REGISTRATION_ACCESS_TOKEN
registration_access_token- the Registration Access Token that can be used at the Client Configuration Endpoint- See Also:
-
REGISTRATION_CLIENT_URI
registration_client_uri- theURLof the Client Configuration Endpoint where the Registration Access Token can be used- See Also:
-