oidc: move token claims according discussion
This commit is contained in:
parent
bb266aac4b
commit
de33faa2d8
4 changed files with 9 additions and 16 deletions
|
@ -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,
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"some",
|
||||
"methods"
|
||||
],
|
||||
"sid": "666",
|
||||
"client_id": "777",
|
||||
"exp": 12345,
|
||||
"iat": 12000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue