public final class OidcProviderMetadataClaimNames extends OAuth2AuthorizationServerMetadataClaimNames
OAuth2AuthorizationServerMetadataClaimNames,
3. OpenID Provider Metadata| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID_TOKEN_SIGNING_ALG_VALUES_SUPPORTED
id_token_signing_alg_values_supported - the JWS signing algorithms supported for the ID Token |
static java.lang.String |
SUBJECT_TYPES_SUPPORTED
subject_types_supported - the Subject Identifier types supported |
static java.lang.String |
USER_INFO_ENDPOINT
userinfo_endpoint - the URL of the OpenID Connect 1.0 UserInfo Endpoint |
AUTHORIZATION_ENDPOINT, CODE_CHALLENGE_METHODS_SUPPORTED, GRANT_TYPES_SUPPORTED, INTROSPECTION_ENDPOINT, INTROSPECTION_ENDPOINT_AUTH_METHODS_SUPPORTED, ISSUER, JWKS_URI, RESPONSE_TYPES_SUPPORTED, REVOCATION_ENDPOINT, REVOCATION_ENDPOINT_AUTH_METHODS_SUPPORTED, SCOPES_SUPPORTED, TOKEN_ENDPOINT, TOKEN_ENDPOINT_AUTH_METHODS_SUPPORTEDpublic static final java.lang.String SUBJECT_TYPES_SUPPORTED
subject_types_supported - the Subject Identifier types supportedpublic static final java.lang.String ID_TOKEN_SIGNING_ALG_VALUES_SUPPORTED
id_token_signing_alg_values_supported - the JWS signing algorithms supported for the ID Tokenpublic static final java.lang.String USER_INFO_ENDPOINT
userinfo_endpoint - the URL of the OpenID Connect 1.0 UserInfo Endpoint