{
    "issuer": "https://sso.jy6.autos",
    "authorization_endpoint": "https://sso.jy6.autos/authorize",
    "token_endpoint": "https://sso.jy6.autos/token",
    "jwks_uri": "https://sso.jy6.autos/.well-known/jwks.json",
    "response_types_supported": [
        "code"
    ],
    "subject_types_supported": [
        "public"
    ],
    "id_token_signing_alg_values_supported": [
        "RS256"
    ],
    "token_endpoint_auth_methods_supported": [
        "none",
        "client_secret_post"
    ],
    "claims_supported": [
        "sub",
        "email",
        "given_name",
        "family_name",
        "name",
        "iss",
        "aud",
        "iat",
        "exp"
    ]
}