[Openid-specs-fapi] Issue #440: Adding another non-normative example for when AS doesn't support resource indicators (openid/fapi)

Jacob Ideskog issues-reply at bitbucket.org
Mon Aug 30 15:07:32 UTC 2021


New issue 440: Adding another non-normative example for when AS doesn't support resource indicators
https://bitbucket.org/openid/fapi/issues/440/adding-another-non-normative-example-for

Jacob Ideskog:

The resource indicator spec isn’t always used/implemented. As such I think it would be helpful with another non-normative example of a Query Response.

Since the `scopes` array contains a `scope` object per resource indicator set, it means that the `scopes` array only contains a single item:

‌

```
HTTP/1.1 200 OK
Cache-Control: no-cache, no-store
Content-Type: application/json

{
   "scopes":[
      {
         "scope":"openid email address phone"
      }
   ],
   "claims":[
      "email",
      "email_verified",
      "phone_number",
      "phone_number_verified",
      "address"
   ]
}
```

‌



More information about the Openid-specs-fapi mailing list