[Openid-specs-fapi] Issue #448: one or more resource fields? (openid/fapi)
Takahiko Kawasaki
issues-reply at bitbucket.org
Sun Oct 3 15:22:27 UTC 2021
New issue 448: one or more resource fields?
https://bitbucket.org/openid/fapi/issues/448/one-or-more-resource-fields
Takahiko Kawasaki:
“[6.4. Query Status of a Grant](https://openid.net/specs/fapi-grant-management-ID1.html#name-query-status-of-a-grant)” in the ID1 of “Grant Management for OAuth 2.0” explains the `scopes` property in the response from the Grant Management Endpoint as follows.
> `scopes`: JSON array where every entry contains a `scope` field and may contain one or more `resource` fields. …
A JSON object should not include multiple fields which have the same name \(in this case `resource`\). The explanation of the `scopes` should be changed.
More information about the Openid-specs-fapi
mailing list