Commit bcfbe1a
committed
OIDC Provider Configuration Response MUST return a JSON object (unless multiple values are returned)
According to the OIDC 1.0 Discovery specification
(https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfigurationResponse)
Section 4.2. OpenID Provider Configuration Response
The response is a set of Claims about the OpenID Provider's configuration,
including all necessary endpoints and public key location information. A
successful response MUST use the 200 OK HTTP status code and return a JSON
object using the application/json content type that contains a set of Claims as
its members that are a subset of the Metadata values defined in Section 3. Other
Claims MAY also be returned.
Claims that return multiple values are represented as JSON arrays.
Claims with zero elements MUST be omitted from the response.1 parent ed6b13c commit bcfbe1a
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
| 82 | + | |
85 | 83 | | |
86 | 84 | | |
0 commit comments