public interface OidcProviderMetadataClaimAccessor extends OAuth2AuthorizationServerMetadataClaimAccessor
ClaimAccessor for the "claims" that can be returned
in the OpenID Provider Configuration Response.ClaimAccessor,
OAuth2AuthorizationServerMetadataClaimAccessor,
OidcProviderMetadataClaimNames,
OidcProviderConfiguration,
3. OpenID Provider Metadata| Modifier and Type | Method and Description |
|---|---|
default java.util.List<java.lang.String> |
getIdTokenSigningAlgorithms()
Returns the
JWS signing algorithms supported for the ID Token
to encode the claims in a Jwt (id_token_signing_alg_values_supported). |
default java.util.List<java.lang.String> |
getSubjectTypes()
Returns the Subject Identifier types supported
(subject_types_supported). |
default java.net.URL |
getUserInfoEndpoint()
Returns the
URL of the OpenID Connect 1.0 UserInfo Endpoint (userinfo_endpoint). |
getAuthorizationEndpoint, getCodeChallengeMethods, getGrantTypes, getIssuer, getJwkSetUrl, getResponseTypes, getScopes, getTokenEndpoint, getTokenEndpointAuthenticationMethods, getTokenIntrospectionEndpoint, getTokenIntrospectionEndpointAuthenticationMethods, getTokenRevocationEndpoint, getTokenRevocationEndpointAuthenticationMethodsdefault java.util.List<java.lang.String> getSubjectTypes()
(subject_types_supported).default java.util.List<java.lang.String> getIdTokenSigningAlgorithms()
JWS signing algorithms supported for the ID Token
to encode the claims in a Jwt (id_token_signing_alg_values_supported).JWS signing algorithms supported for the ID Tokendefault java.net.URL getUserInfoEndpoint()
URL of the OpenID Connect 1.0 UserInfo Endpoint (userinfo_endpoint).URL of the OpenID Connect 1.0 UserInfo Endpoint