{
    "issuer": "https://auth.stephsites.de",
    "authorization_endpoint": "https://auth.stephsites.de/authorize",
    "token_endpoint": "https://auth.stephsites.de/token",
    "userinfo_endpoint": "https://auth.stephsites.de/userinfo",
    "jwks_uri": "https://auth.stephsites.de/jwks.json",
    "revocation_endpoint": "https://auth.stephsites.de/revoke",
    "end_session_endpoint": "https://auth.stephsites.de/oidc/logout",
    "backchannel_logout_supported": true,
    "backchannel_logout_session_supported": true,
    "response_types_supported": [
        "code"
    ],
    "response_modes_supported": [
        "query"
    ],
    "grant_types_supported": [
        "authorization_code",
        "refresh_token"
    ],
    "subject_types_supported": [
        "public"
    ],
    "id_token_signing_alg_values_supported": [
        "RS256"
    ],
    "scopes_supported": [
        "openid",
        "profile",
        "email",
        "offline_access"
    ],
    "token_endpoint_auth_methods_supported": [
        "client_secret_basic",
        "client_secret_post",
        "none"
    ],
    "code_challenge_methods_supported": [
        "S256"
    ],
    "authorization_response_iss_parameter_supported": true
}