{
    "issuer": "https://identity-provider.net",
    "authorization_endpoint": "https://identity-provider.net/authorize",
    "pushed_authorization_request_endpoint": "https://identity-provider.net/authorize",
    "token_endpoint": "https://identity-provider.net/token",
    "jwks_uri": "https://identity-provider.net/jwks",
    "response_types_supported": [
        "code"
    ],
    "subject_types_supported": [
        "public"
    ],
    "id_token_signing_alg_values_supported": [
        "RS256"
    ],
    "grant_types_supported": [
        "authorization_code",
        "urn:ietf:params:oauth:grant-type:token-exchange"
    ],
    "code_challenge_methods_supported": [
        "S256"
    ],
    "token_endpoint_auth_methods_supported": [
        "none",
        "client_secret_post",
        "client_secret_basic"
    ],
    "identity_chaining_requested_token_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag",
        "urn:ietf:params:oauth:token-type:refresh_token"
    ],
    "identity_chaining_subject_token_types_supported": [
        "urn:ietf:params:oauth:token-type:id_token",
        "urn:ietf:params:oauth:token-type:saml2",
        "urn:ietf:params:oauth:token-type:refresh_token"
    ],
    "claims_supported": [
        "sub",
        "iss",
        "aud",
        "iat",
        "exp",
        "email",
        "name",
        "auth_time"
    ]
}