Skip to content

Commit 42fa047

Browse files
committed
Shayne's review feedback addressed
1 parent 5376434 commit 42fa047

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openid-caep-1_0.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ The Risk Level Change event is employed by the Transmitter to communicate any mo
839839
### Event Specific Claims {#risk-level-change-event-specific-claims}
840840

841841
risk_reason
842-
: REQUIRED, JSON string: indicates the reason that contributed to the risk level changes by the Transmitter.
842+
: RECOMMENDED, JSON string: indicates the reason that contributed to the risk level changes by the Transmitter.
843843

844844
principal
845845
: REQUIRED, JSON string: representing the principal entity involved in the observed risk event, as identified by the transmitter. The subject principal can be one of the following entities USER, DEVICE, SESSION, TENANT, ORG_UNIT, GROUP, or any other entity as defined in {{Section 2 of SSF}}. This claim identifies the primary subject associated with the event, and helps to contextualize the risk relative to the entity involved.
@@ -871,6 +871,7 @@ The following is a non-normative example of a Risk Level Change event:
871871
"current_level": "LOW",
872872
"previous_level": "HIGH",
873873
"event_timestamp": 1615304991643,
874+
"principal": "USER",
874875
"risk_reason":{
875876
"en": "User's password detected in the pwned password dump"
876877
}

0 commit comments

Comments
 (0)