Interface SpringDocOidcProviderConfiguration
public interface SpringDocOidcProviderConfiguration
The type Spring doc OpenID Provider Configuration
- Author:
- yuta.saito
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionAuthorization endpoint string.Code challenge methods supported list.Grant types supported list.Id token signing alg values supported string.Introspection endpoint string.Introspection endpoint auth methods supported list.issuer()Issuer string.jwksUri()Jwks uri string.Response types supported list.Revocation endpoint string.Revocation endpoint auth methods supported list.Scope supported string.Subject types supported string.Token endpoint string.Token endpoint auth methods supported list.User info endpoint string.
-
Method Details
-
issuer
String issuer()Issuer string.- Returns:
- the string
-
authorizationEndpoint
String authorizationEndpoint()Authorization endpoint string.- Returns:
- the string
-
tokenEndpoint
String tokenEndpoint()Token endpoint string.- Returns:
- the string
-
tokenEndpointAuthMethodsSupported
Token endpoint auth methods supported list.- Returns:
- the list
-
jwksUri
String jwksUri()Jwks uri string.- Returns:
- the string
-
userInfoEndpoint
String userInfoEndpoint()User info endpoint string.- Returns:
- the string
-
responseTypesSupported
Response types supported list.- Returns:
- the list
-
grantTypesSupported
Grant types supported list.- Returns:
- the list
-
revocationEndpoint
String revocationEndpoint()Revocation endpoint string.- Returns:
- the string
-
revocationEndpointAuthMethodsSupported
Revocation endpoint auth methods supported list.- Returns:
- the list
-
introspectionEndpoint
String introspectionEndpoint()Introspection endpoint string.- Returns:
- the string
-
introspectionEndpointAuthMethodsSupported
Introspection endpoint auth methods supported list.- Returns:
- the list
-
subjectTypesSupported
String subjectTypesSupported()Subject types supported string.- Returns:
- the string
-
idTokenSigningAlgValuesSupported
String idTokenSigningAlgValuesSupported()Id token signing alg values supported string.- Returns:
- the string
-
scopeSupported
String scopeSupported()Scope supported string.- Returns:
- the string
-
codeChallengeMethodsSupported
Code challenge methods supported list.- Returns:
- the list
-