We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12bb71 commit a895ba3Copy full SHA for a895ba3
openid-caep-specification-1_0.md
@@ -749,12 +749,12 @@ The following is a non-normative example of the `session-established` event type
749
"jti": "24c63fb56e5a2d77a6b512616ca9fa24",
750
"iat": 1615305159,
751
"aud": "https://sp.example.com/caep",
752
+ "sub_id": {
753
+ "format": "email",
754
+ "email": "someuser@somedomain.com"
755
+ },
756
"events": {
757
"https://schemas.openid.net/secevent/caep/event-type/session-established": {
- "subject": {
- "format": "email",
- "email": "someuser@somedomain.com"
- },
758
"ip": "192.168.1.12",
759
"fp_ua": "abb0b6e7da81a42233f8f2b1a8ddb1b9a4c81611",
760
"acr": "AAL2",
0 commit comments