Confusing example

Issue #1324 resolved
Mark Haine created an issue

8.15.2. ID Token

The respective ID Token could be

  "email": "janedoe@example.com",
  "preferred_username": "j.doe",
  "picture": "http://example.com/janedoe/me.jpg",

does not fit with

  "claims": {
      "given_name": "Max",
      "family_name": "Meier",
      "birthdate": "1956-01-28"
    }

Comments (5)

  1. Log in to comment