Adding another non-normative example for when AS doesn't support resource indicators

Issue #440 resolved
Jacob Ideskog created an issue

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"
   ]
}

Comments (3)

  1. Log in to comment