oidc: move token claims according discussion

This commit is contained in:
Tim Möhlmann 2023-03-07 17:52:19 +02:00
parent bb266aac4b
commit de33faa2d8
4 changed files with 9 additions and 16 deletions

View file

@ -8,19 +8,16 @@
"jti": "900",
"azp": "just@me.com",
"nonce": "6969",
"c_hash": "hashhash",
"acr": "something",
"amr": [
"some",
"methods"
],
"sid": "666",
"scope": [
"email",
"phone"
],
"client_id": "777",
"at_use_nbr": 22,
"exp": 12345,
"iat": 12000,
"nbf": 12000,