https://account-api.qzhua.net/.well-known/openid-configuration
Authorization: ********************
curl --location --request GET 'https://account-api.qzhua.net/.well-known/openid-configuration' \ --header 'Authorization: Bearer <token>'
{ "issuer": "http://example.com", "authorization_endpoint": "http://example.com", "token_endpoint": "http://example.com", "userinfo_endpoint": "http://example.com", "jwks_uri": "http://example.com", "registration_endpoint": "http://example.com", "scopes_supported": [ "string" ], "response_types_supported": [ "string" ], "grant_types_supported": [ "string" ], "token_endpoint_auth_methods_supported": [ "string" ], "claims_supported": [ "string" ], "code_challenge_methods_supported": [ "string" ] }