{
    "issuer": "https://neverlose.cc",
    "userinfo_endpoint": "https://auth2.neverlose.cc/oauth/oidc_userinfo",
    "authorization_endpoint": "https://auth2.neverlose.cc/oauth/authorize_fast",
    "token_endpoint": "https://auth2.neverlose.cc/oauth/token",
    "jwks_uri": "https://auth2.neverlose.cc/oauth/keys",
    "scopes_supported": ["openid", "profile", "email"],
    "code_challenge_methods_supported": ["S256"],
    "response_types_supported": ["code"],
    "grant_types_supported": ["authorization_code"],
    "response_modes_supported": ["query"],
    "id_token_signing_alg_values_supported": ["RS256"],
    "subject_types_supported": ["public"],
    "token_endpoint_auth_methods_supported": ["client_secret_post"]
}
