Class OidcProviderMetadataClaimNames
java.lang.Object
org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimNames
org.springframework.security.oauth2.server.authorization.oidc.OidcProviderMetadataClaimNames
public final class OidcProviderMetadataClaimNames
extends OAuth2AuthorizationServerMetadataClaimNames
The names of the "claims" defined by OpenID Connect Discovery 1.0 that can be returned
in the OpenID Provider Configuration Response.
- Since:
- 0.1.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
end_session_endpoint
- theURL
of the OpenID Connect 1.0 End Session Endpointstatic final String
id_token_signing_alg_values_supported
- theJWS
signing algorithms supported for theID Token
static final String
subject_types_supported
- the Subject Identifier types supportedstatic final String
userinfo_endpoint
- theURL
of the OpenID Connect 1.0 UserInfo EndpointFields inherited from class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimNames
AUTHORIZATION_ENDPOINT, CODE_CHALLENGE_METHODS_SUPPORTED, DEVICE_AUTHORIZATION_ENDPOINT, GRANT_TYPES_SUPPORTED, INTROSPECTION_ENDPOINT, INTROSPECTION_ENDPOINT_AUTH_METHODS_SUPPORTED, ISSUER, JWKS_URI, REGISTRATION_ENDPOINT, RESPONSE_TYPES_SUPPORTED, REVOCATION_ENDPOINT, REVOCATION_ENDPOINT_AUTH_METHODS_SUPPORTED, SCOPES_SUPPORTED, TLS_CLIENT_CERTIFICATE_BOUND_ACCESS_TOKENS, TOKEN_ENDPOINT, TOKEN_ENDPOINT_AUTH_METHODS_SUPPORTED
-
Method Summary
-
Field Details
-
SUBJECT_TYPES_SUPPORTED
subject_types_supported
- the Subject Identifier types supported- See Also:
-
ID_TOKEN_SIGNING_ALG_VALUES_SUPPORTED
id_token_signing_alg_values_supported
- theJWS
signing algorithms supported for theID Token
- See Also:
-
USER_INFO_ENDPOINT
userinfo_endpoint
- theURL
of the OpenID Connect 1.0 UserInfo Endpoint- Since:
- 0.2.2
- See Also:
-
END_SESSION_ENDPOINT
end_session_endpoint
- theURL
of the OpenID Connect 1.0 End Session Endpoint- Since:
- 1.1
- See Also:
-