-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
txn example values
txn example values should be strings, not integers, as per Section 2.2. Core SET Claims of RFC 8417: Security Event Token (SET).
- "txn": 8675309,
+ "txn": "8675309",event_timestamp example values
event_timestamp example values should be seconds since the Unix epoch, not milliseconds, as per Section 2. Optional Event Claims of the CAEP spec.
- "event_timestamp": 1615304991643
+ "event_timestamp": 16153049913.2.2. Examples, Figure 7
"reason_user": {
"en": "You're no longer connected to a trusted network.",
"it": "Non sei piu connesso a una rete attendibile."
},
-
"claims": {
- "trusted_network": "false"
+ "trusted_network": false
}
}3.8. Risk Level Change
- connection to insecure pheripheral device
+ connection to insecure peripheral device3.8.1. Event Specific Claims
- as identified by the transmitter
+ as identified by the Transmitter- Value MUST be one of LOW, MEDIUM, HIGH
+ Value MUST be one of LOW, MEDIUM, HIGH.Metadata
Metadata
Assignees
Labels
No labels