From bb91be51bf55b3b6fa59e4ce8996081f29d8754c Mon Sep 17 00:00:00 2001 From: Tim Cappalli Date: Thu, 29 Aug 2024 08:30:33 +0900 Subject: [PATCH 1/2] Typo --- openid-caep-1_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openid-caep-1_0.md b/openid-caep-1_0.md index 3624fb7..60b6dc6 100644 --- a/openid-caep-1_0.md +++ b/openid-caep-1_0.md @@ -735,7 +735,7 @@ The `event_timestamp` in this event type specifies the time at which the session The following optional claims MAY be included in the Session Established event: ips -: The array of IP addresses of the user as observed by the Transmitter. The value MUST be in the format of an array of strings, each one of which represents the RFC 4001 {{RFC4001}} string represetation of an IP address. (**NOTE**, this can be different from the one observed by the Receiver for the same user because of network translation) +: The array of IP addresses of the user as observed by the Transmitter. The value MUST be in the format of an array of strings, each one of which represents the RFC 4001 {{RFC4001}} string representation of an IP address. (**NOTE**, this can be different from the one observed by the Receiver for the same user because of network translation) fp_ua : Fingerprint of the user agent computed by the Transmitter. (**NOTE**, this is not to identify the session, but to present some qualities of the session) From cd146a3d04503565a79aa872450aa37e9013b80e Mon Sep 17 00:00:00 2001 From: Tim Cappalli Date: Thu, 29 Aug 2024 08:57:09 +0900 Subject: [PATCH 2/2] typo 2 --- openid-caep-1_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openid-caep-1_0.md b/openid-caep-1_0.md index 60b6dc6..291c806 100644 --- a/openid-caep-1_0.md +++ b/openid-caep-1_0.md @@ -790,7 +790,7 @@ The Session Presented event signifies that the Transmitter has observed the sess The following optional claims MAY be present in a Session Presented event: ips -: The array of IP addresses of the user as observed by the Transmitter. The value MUST be in the format of an array of strings, each one of which represents the RFC 4001 {{RFC4001}} string represetation of an IP address. (**NOTE**, this can be different from the one observed by the Receiver for the same user because of network translation) +: The array of IP addresses of the user as observed by the Transmitter. The value MUST be in the format of an array of strings, each one of which represents the RFC 4001 {{RFC4001}} string representation of an IP address. (**NOTE**, this can be different from the one observed by the Receiver for the same user because of network translation) fp_ua : Fingerprint of the user agent computed by the Transmitter. (**NOTE**, this is not to identify the session, but to present some qualities of the session)