Skip to main content

OpenID provider configuration information

The OpenID Provider's configuration information can be retrieved.

Responses

ok


Schema
    authorization_endpoint string required
    claims_supported string[] required
    code_challenge_methods_supported string[] required
    grant_types_supported string[] required
    id_token_signing_alg_values_supported string[] required
    issuer string required
    jwks_uri string required
    response_types_supported string[] required
    scopes_supported string[] required
    subject_types_supported string[] required
    token_endpoint string required
    token_endpoint_auth_methods_supported string[] required
    userinfo_endpoint string required
Loading...