Interface SpringDocOidcProviderConfiguration


public interface SpringDocOidcProviderConfiguration
The type Spring doc OpenID Provider Configuration
Author:
yuta.saito
See Also:
  • 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

      List<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

      List<String> responseTypesSupported()
      Response types supported list.
      Returns:
      the list
    • grantTypesSupported

      List<String> grantTypesSupported()
      Grant types supported list.
      Returns:
      the list
    • revocationEndpoint

      String revocationEndpoint()
      Revocation endpoint string.
      Returns:
      the string
    • revocationEndpointAuthMethodsSupported

      List<String> revocationEndpointAuthMethodsSupported()
      Revocation endpoint auth methods supported list.
      Returns:
      the list
    • introspectionEndpoint

      String introspectionEndpoint()
      Introspection endpoint string.
      Returns:
      the string
    • introspectionEndpointAuthMethodsSupported

      List<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

      List<String> codeChallengeMethodsSupported()
      Code challenge methods supported list.
      Returns:
      the list