Skip to content

Commit a895ba3

Browse files
committed
moved to new format of subject in events
1 parent a12bb71 commit a895ba3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openid-caep-specification-1_0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -749,12 +749,12 @@ The following is a non-normative example of the `session-established` event type
749749
"jti": "24c63fb56e5a2d77a6b512616ca9fa24",
750750
"iat": 1615305159,
751751
"aud": "https://sp.example.com/caep",
752+
"sub_id": {
753+
"format": "email",
754+
"email": "someuser@somedomain.com"
755+
},
752756
"events": {
753757
"https://schemas.openid.net/secevent/caep/event-type/session-established": {
754-
"subject": {
755-
"format": "email",
756-
"email": "someuser@somedomain.com"
757-
},
758758
"ip": "192.168.1.12",
759759
"fp_ua": "abb0b6e7da81a42233f8f2b1a8ddb1b9a4c81611",
760760
"acr": "AAL2",

0 commit comments

Comments
 (0)