Skip to content

Commit aab612a

Browse files
authored
Typos references etc 153 147 144 139 132 (#165)
* Issue #153 * Issue #147 * Issue #144 * Move subject to sub_id in CAEP examples * Move subject to sub_id in RISC examples * Issue #132 * Replace DELIVERYPUSH and DELIVERYPOLL with RFC8935 and RFC8936, respectively * Update missed IANA well known reference * 201 Created
1 parent 92785dd commit aab612a

3 files changed

+200
-239
lines changed

openid-caep-specification-1_0.md

+79-79
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,12 @@ NOTE: The event type URI is wrapped, the backslash is the continuation character
238238
"jti": "24c63fb56e5a2d77a6b512616ca9fa24",
239239
"iat": 1615305159,
240240
"aud": "https://sp.example.com/caep",
241+
"sub_id": {
242+
"format": "opaque",
243+
"id": "dMTlD|1600802906337.16|16008.16"
244+
},
241245
"events": {
242246
"https://schemas.openid.net/secevent/caep/event-type/session-revoked": {
243-
"subject": {
244-
"format": "opaque",
245-
"id": "dMTlD|1600802906337.16|16008.16"
246-
},
247247
"event_timestamp": 1615304991643
248248
}
249249
}
@@ -257,24 +257,24 @@ NOTE: The event type URI is wrapped, the backslash is the continuation character
257257
"jti": "24c63fb56e5a2d77a6b512616ca9fa24",
258258
"iat": 1615305159,
259259
"aud": "https://sp.example.com/caep",
260+
"sub_id": {
261+
"format": "complex",
262+
"session": {
263+
"format": "opaque",
264+
"id": "dMTlD|1600802906337.16|16008.16"
265+
},
266+
"user": {
267+
"format": "iss_sub",
268+
"iss": "https://idp.example.com/123456789/",
269+
"sub": "99beb27c-c1c2-4955-882a-e0dc4996fcbc"
270+
},
271+
"tenant": {
272+
"format": "opaque",
273+
"id": "123456789"
274+
}
275+
},
260276
"events": {
261277
"https://schemas.openid.net/secevent/caep/event-type/session-revoked": {
262-
"subject": {
263-
"format": "complex",
264-
"session": {
265-
"format": "opaque",
266-
"id": "dMTlD|1600802906337.16|16008.16"
267-
},
268-
"user": {
269-
"format": "iss_sub",
270-
"iss": "https://idp.example.com/123456789/",
271-
"sub": "99beb27c-c1c2-4955-882a-e0dc4996fcbc"
272-
},
273-
"tenant": {
274-
"format": "opaque",
275-
"id": "123456789"
276-
}
277-
},
278278
"initiating_entity": "policy",
279279
"reason_admin": {
280280
"en": "Landspeed Policy Violation: C076E82F"
@@ -296,25 +296,25 @@ NOTE: The event type URI is wrapped, the backslash is the continuation character
296296
"jti": "24c63fb56e5a2d77a6b512616ca9fa24",
297297
"iat": 1615305159,
298298
"aud": "https://sp.example.com/caep",
299+
"sub_id": {
300+
"format": "complex",
301+
"user": {
302+
"format": "iss_sub",
303+
"iss": "https://idp.example.com/123456789/",
304+
305+
},
306+
"device": {
307+
"format": "iss_sub",
308+
"iss": "https://idp.example.com/123456789/",
309+
"sub": "e9297990-14d2-42ec-a4a9-4036db86509a"
310+
},
311+
"tenant": {
312+
"format": "opaque",
313+
"id": "123456789"
314+
}
315+
},
299316
"events": {
300317
"https://schemas.openid.net/secevent/caep/event-type/session-revoked": {
301-
"subject": {
302-
"format": "complex",
303-
"user": {
304-
"format": "iss_sub",
305-
"iss": "https://idp.example.com/123456789/",
306-
307-
},
308-
"device": {
309-
"format": "iss_sub",
310-
"iss": "https://idp.example.com/123456789/",
311-
"sub": "e9297990-14d2-42ec-a4a9-4036db86509a"
312-
},
313-
"tenant": {
314-
"format": "opaque",
315-
"id": "123456789"
316-
}
317-
},
318318
"initiating_entity": "policy",
319319
"reason_admin": {
320320
"en": "Policy Violation: C076E822"
@@ -359,13 +359,13 @@ NOTE: The event type URI is wrapped, the backslash is the continuation character
359359
"jti": "9afce1e4e642b165fcaacdd0e7aa4903",
360360
"iat": 1615305159,
361361
"aud": "https://sp.example2.net/caep",
362+
"sub_id": {
363+
"format": "jwt_id",
364+
"iss": "https://idp.example.com/987654321/",
365+
"jti": "f61t6e20zdo3px56gepu8rzlsp4c1dpc0fx7"
366+
},
362367
"events": {
363368
"https://schemas.openid.net/secevent/caep/event-type/token-claims-change": {
364-
"subject": {
365-
"format": "jwt_id",
366-
"iss": "https://idp.example.com/987654321/",
367-
"jti": "f61t6e20zdo3px56gepu8rzlsp4c1dpc0fx7"
368-
},
369369
"event_timestamp": 1615304991643,
370370
"claims": {
371371
"role": "ro-admin"
@@ -382,13 +382,13 @@ NOTE: The event type URI is wrapped, the backslash is the continuation character
382382
"jti": "9afce1e4e642b165fcaacdd0e7aa4903",
383383
"iat": 1615305159,
384384
"aud": "https://sp.example2.net/caep",
385+
"sub_id": {
386+
"format": "jwt_id",
387+
"iss": "https://idp.example.com/987654321/",
388+
"jti": "f61t6e20zdo3px56gepu8rzlsp4c1dpc0fx7"
389+
},
385390
"events": {
386391
"https://schemas.openid.net/secevent/caep/event-type/token-claims-change": {
387-
"subject": {
388-
"format": "jwt_id",
389-
"iss": "https://idp.example.com/987654321/",
390-
"jti": "f61t6e20zdo3px56gepu8rzlsp4c1dpc0fx7"
391-
},
392392
"event_timestamp": 1615304991643,
393393
"initiating_entity": "policy",
394394
"reason_admin": {
@@ -414,13 +414,13 @@ NOTE: The event type URI is wrapped, the backslash is the continuation character
414414
"jti": "dae94fed5f459881efa38b65c6772ddc",
415415
"iat": 1615305159,
416416
"aud": "https://sp.example2.net/caep",
417+
"sub_id": {
418+
"format": "saml_assertion_id",
419+
"issuer": "https://idp.example.com/987654321/",
420+
"assertion_id": "_a75adf55-01d7-dbd8372ebdfc"
421+
},
417422
"events": {
418423
"https://schemas.openid.net/secevent/caep/event-type/token-claims-change": {
419-
"subject": {
420-
"format": "saml_assertion_id",
421-
"issuer": "https://idp.example.com/987654321/",
422-
"assertion_id": "_a75adf55-01d7-dbd8372ebdfc"
423-
},
424424
"event_timestamp": 1615304991643,
425425
"claims": {
426426
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/role": "ro-admin"
@@ -497,13 +497,13 @@ NOTE: The event type URI is wrapped, the backslash is the continuation character
497497
"jti": "07efd930f0977e4fcc1149a733ce7f78",
498498
"iat": 1615305159,
499499
"aud": "https://sp.example2.net/caep",
500+
"sub_id": {
501+
"format": "iss_sub",
502+
"iss": "https://idp.example.com/3456789/",
503+
504+
},
500505
"events": {
501506
"https://schemas.openid.net/secevent/caep/event-type/credential-change": {
502-
"subject": {
503-
"format": "iss_sub",
504-
"iss": "https://idp.example.com/3456789/",
505-
506-
},
507507
"credential_type": "fido2-roaming",
508508
"change_type": "create",
509509
"fido2_aaguid": "accced6a-63f5-490a-9eea-e59bc1896cfc",
@@ -579,13 +579,13 @@ the assurance level changed.
579579
"jti": "07efd930f0977e4fcc1149a733ce7f78",
580580
"iat": 1615305159,
581581
"aud": "https://sp.example2.net/caep",
582+
"sub_id": {
583+
"format": "iss_sub",
584+
"iss": "https://idp.example.com/3456789/",
585+
586+
},
582587
"events": {
583588
"https://schemas.openid.net/secevent/caep/event-type/assurance-level-change": {
584-
"subject": {
585-
"format": "iss_sub",
586-
"iss": "https://idp.example.com/3456789/",
587-
588-
},
589589
"namespace": "NIST-AAL",
590590
"current_level": "nist-aal2",
591591
"previous_level": "nist-aal1",
@@ -604,13 +604,13 @@ the assurance level changed.
604604
"jti": "07efd930f0977e4fcc1149a733ce7f78",
605605
"iat": 1615305159,
606606
"aud": "https://sp.example2.net/caep",
607+
"sub_id": {
608+
"format": "iss_sub",
609+
"iss": "https://idp.example.com/3456789/",
610+
611+
},
607612
"events": {
608613
"https://schemas.openid.net/secevent/caep/event-type/assurance-level-change": {
609-
"subject": {
610-
"format": "iss_sub",
611-
"iss": "https://idp.example.com/3456789/",
612-
613-
},
614614
"namespace": "Retinal Scan",
615615
"current_level": "hi-res-scan",
616616
"initiating_entity": "user",
@@ -661,20 +661,20 @@ NOTE: The event type URI is wrapped, the backslash is the continuation character
661661
"jti": "24c63fb56e5a2d77a6b512616ca9fa24",
662662
"iat": 1615305159,
663663
"aud": "https://sp.example.com/caep",
664+
"sub_id": {
665+
"format": "complex",
666+
"device": {
667+
"format": "iss_sub",
668+
"iss": "https://idp.example.com/123456789/",
669+
"sub": "e9297990-14d2-42ec-a4a9-4036db86509a"
670+
},
671+
"tenant": {
672+
"format": "opaque",
673+
"id": "123456789"
674+
}
675+
},
664676
"events": {
665677
"https://schemas.openid.net/secevent/caep/event-type/device-compliance-change": {
666-
"subject": {
667-
"format": "complex",
668-
"device": {
669-
"format": "iss_sub",
670-
"iss": "https://idp.example.com/123456789/",
671-
"sub": "e9297990-14d2-42ec-a4a9-4036db86509a"
672-
},
673-
"tenant": {
674-
"format": "opaque",
675-
"id": "123456789"
676-
}
677-
},
678678
"current_status": "not-compliant",
679679
"previous_status": "compliant",
680680
"initiating_entity": "policy",

0 commit comments

Comments
 (0)