[Openid-specs-risc] openid/sharedsignals: New Issue opened
github at oidf.org
github at oidf.org
Mon Jun 23 05:59:38 UTC 2025
openid/sharedsignals event
Issue opened
Issue Title: editorial issues in the CAEP spec under public review
https://github.com/openid/sharedsignals/issues/275
### txn example values `txn` example values should be strings, not integers, as per [Section 2.2. Core SET Claims](https://www.rfc-editor.org/rfc/rfc8417.html#section-2.2) of [RFC 8417: Security Event Token (SET)](https://www.rfc-editor.org/rfc/rfc8417.html). ```diff - "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](https://openid.net/specs/openid-caep-1_0.html#section-2) of the CAEP spec. ```diff - "event_timestamp": 1615304991643 + "event_timestamp": 1615304991 ``` ### 3.2.2. Examples, Figure 7 ```diff "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 ```diff - connection to insecure pheripheral device + connection to insecure peripheral device ``` ### 3.8.1. Event Specific Claims ```diff - as identified by the transmitter + as identified by the Transmitter ``` ```diff - Value MUST be one of LOW, MEDIUM, HIGH + Value MUST be one of LOW, MEDIUM, HIGH. ```
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openid.net/pipermail/openid-specs-risc/attachments/20250623/dfdfa388/attachment.htm>
More information about the Openid-specs-risc
mailing list