You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: openid-caep-1_0.md
-8
Original file line number
Diff line number
Diff line change
@@ -735,9 +735,6 @@ The `event_timestamp` in this event type specifies the time at which the session
735
735
### Event Specific Claims {#session-established-event-specific-claims}
736
736
The following optional claims MAY be included in the Session Established event:
737
737
738
-
ips
739
-
: 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)
740
-
741
738
fp_ua
742
739
: 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)
743
740
@@ -767,7 +764,6 @@ The following is a non-normative example of the `session-established` event type
@@ -790,9 +786,6 @@ The Session Presented event signifies that the Transmitter has observed the sess
790
786
### Event Specific Claims {#session-presented-event-specific-claims}
791
787
The following optional claims MAY be present in a Session Presented event:
792
788
793
-
ips
794
-
: 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)
795
-
796
789
fp_ua
797
790
: 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)
798
791
@@ -815,7 +808,6 @@ The following is a non-normative example of a Session Presented event:
### IP Addresses Subject Identifier Format {#sub-id-ips}
394
+
395
+
The "IP addresses" Subject Identifier Format specifies an array of IP addresses observed by the Transmitter.
396
+
Subject Identifiers of this format MUST contain the following members:
397
+
398
+
ips
399
+
400
+
> REQUIRED. The array of IP addresses of the subject as observed by the Transmitter. The value MUST be in the format of an array of strings, each one of which represents the {{RFC4001}} string representation of an IP address.
401
+
402
+
403
+
The "IP addresses" Subject Identifier Format is identified by the name
404
+
"ips".
405
+
406
+
Below is a non-normative example of Subject Identifier for the "IP addresses"
0 commit comments