Class OAuth2AuthorizationServerMetadataClaimNames
java.lang.Object
org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimNames
- Direct Known Subclasses:
OidcProviderMetadataClaimNames
The names of the "claims" an Authorization Server describes about its configuration,
used in OAuth 2.0 Authorization Server Metadata and OpenID Connect Discovery 1.0.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
authorization_endpoint
- theURL
of the OAuth 2.0 Authorization Endpointstatic final String
code_challenge_methods_supported
- the Proof Key for Code Exchange (PKCE)code_challenge_method
values supportedstatic final String
device_authorization_endpoint
- theURL
of the OAuth 2.0 Device Authorization Endpointstatic final String
grant_types_supported
- the OAuth 2.0grant_type
values supportedstatic final String
introspection_endpoint
- theURL
of the OAuth 2.0 Token Introspection Endpointstatic final String
introspection_endpoint_auth_methods_supported
- the client authentication methods supported by the OAuth 2.0 Token Introspection Endpointstatic final String
issuer
- theURL
the Authorization Server asserts as its Issuer Identifierstatic final String
jwks_uri
- theURL
of the JSON Web Key Setstatic final String
registration_endpoint
- theURL
of the OAuth 2.0 Dynamic Client Registration Endpointstatic final String
response_types_supported
- the OAuth 2.0response_type
values supportedstatic final String
revocation_endpoint
- theURL
of the OAuth 2.0 Token Revocation Endpointstatic final String
revocation_endpoint_auth_methods_supported
- the client authentication methods supported by the OAuth 2.0 Token Revocation Endpointstatic final String
scopes_supported
- the OAuth 2.0scope
values supportedstatic final String
tls_client_certificate_bound_access_tokens
-true
to indicate support for mutual-TLS client certificate-bound access tokensstatic final String
token_endpoint
- theURL
of the OAuth 2.0 Token Endpointstatic final String
token_endpoint_auth_methods_supported
- the client authentication methods supported by the OAuth 2.0 Token Endpoint -
Constructor Summary
-
Method Summary
-
Field Details
-
ISSUER
issuer
- theURL
the Authorization Server asserts as its Issuer Identifier- See Also:
-
AUTHORIZATION_ENDPOINT
authorization_endpoint
- theURL
of the OAuth 2.0 Authorization Endpoint- See Also:
-
DEVICE_AUTHORIZATION_ENDPOINT
device_authorization_endpoint
- theURL
of the OAuth 2.0 Device Authorization Endpoint- Since:
- 1.1
- See Also:
-
TOKEN_ENDPOINT
token_endpoint
- theURL
of the OAuth 2.0 Token Endpoint- See Also:
-
TOKEN_ENDPOINT_AUTH_METHODS_SUPPORTED
token_endpoint_auth_methods_supported
- the client authentication methods supported by the OAuth 2.0 Token Endpoint- See Also:
-
JWKS_URI
jwks_uri
- theURL
of the JSON Web Key Set- See Also:
-
SCOPES_SUPPORTED
scopes_supported
- the OAuth 2.0scope
values supported- See Also:
-
RESPONSE_TYPES_SUPPORTED
response_types_supported
- the OAuth 2.0response_type
values supported- See Also:
-
GRANT_TYPES_SUPPORTED
grant_types_supported
- the OAuth 2.0grant_type
values supported- See Also:
-
REVOCATION_ENDPOINT
revocation_endpoint
- theURL
of the OAuth 2.0 Token Revocation Endpoint- See Also:
-
REVOCATION_ENDPOINT_AUTH_METHODS_SUPPORTED
revocation_endpoint_auth_methods_supported
- the client authentication methods supported by the OAuth 2.0 Token Revocation Endpoint- See Also:
-
INTROSPECTION_ENDPOINT
introspection_endpoint
- theURL
of the OAuth 2.0 Token Introspection Endpoint- See Also:
-
INTROSPECTION_ENDPOINT_AUTH_METHODS_SUPPORTED
introspection_endpoint_auth_methods_supported
- the client authentication methods supported by the OAuth 2.0 Token Introspection Endpoint- See Also:
-
REGISTRATION_ENDPOINT
registration_endpoint
- theURL
of the OAuth 2.0 Dynamic Client Registration Endpoint- Since:
- 0.4.0
- See Also:
-
CODE_CHALLENGE_METHODS_SUPPORTED
code_challenge_methods_supported
- the Proof Key for Code Exchange (PKCE)code_challenge_method
values supported- See Also:
-
TLS_CLIENT_CERTIFICATE_BOUND_ACCESS_TOKENS
tls_client_certificate_bound_access_tokens
-true
to indicate support for mutual-TLS client certificate-bound access tokens- Since:
- 1.3
- See Also:
-
-
Constructor Details
-
OAuth2AuthorizationServerMetadataClaimNames
protected OAuth2AuthorizationServerMetadataClaimNames()
-