Last updated 1 month ago
/.well-known/openid-configuration
If successful, this operation returns HTTP status code 200, with the configuration information for the specified OpenID Connect provider. The full documentation for this endpoint can be found at .
Return OpenID Provider Configuration Information as described in https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig
GET /.well-known/openid-configuration HTTP/1.1 Host: Accept: */*
OpenID Provider Configuration Information
{ "authorization_endpoint": "text", "claims_supported": [ "text" ], "grant_types_supported": [ "text" ], "id_token_signing_alg_values_supported": [ "text" ], "issuer": "text", "jwks_uri": "text", "registration_endpoint": "text", "response_types_supported": [ "text" ], "scopes_supported": [ "text" ], "subject_types_supported": [ "text" ], "token_endpoint": "text", "token_endpoint_auth_methods_supported": [ "text" ], "userinfo_endpoint": "text" }