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 Details

    • SUBJECT_TYPES_SUPPORTED

      public static final String SUBJECT_TYPES_SUPPORTED
      subject_types_supported - the Subject Identifier types supported
      See Also:
    • ID_TOKEN_SIGNING_ALG_VALUES_SUPPORTED

      public static final String ID_TOKEN_SIGNING_ALG_VALUES_SUPPORTED
      id_token_signing_alg_values_supported - the JWS signing algorithms supported for the ID Token
      See Also:
    • USER_INFO_ENDPOINT

      public static final String USER_INFO_ENDPOINT
      userinfo_endpoint - the URL of the OpenID Connect 1.0 UserInfo Endpoint
      Since:
      0.2.2
      See Also:
    • END_SESSION_ENDPOINT

      public static final String END_SESSION_ENDPOINT
      end_session_endpoint - the URL of the OpenID Connect 1.0 End Session Endpoint
      Since:
      1.1
      See Also: