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
@@ -735,9 +733,6 @@ The `event_timestamp` in this event type specifies the time at which the session
735
733
### Event Specific Claims {#session-established-event-specific-claims}
736
734
The following optional claims MAY be included in the Session Established event:
737
735
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
736
fp_ua
742
737
: 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
738
@@ -767,7 +762,6 @@ The following is a non-normative example of the `session-established` event type
@@ -790,9 +784,6 @@ The Session Presented event signifies that the Transmitter has observed the sess
790
784
### Event Specific Claims {#session-presented-event-specific-claims}
791
785
The following optional claims MAY be present in a Session Presented event:
792
786
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
787
fp_ua
797
788
: 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
789
@@ -815,7 +806,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
+
ip-addresses
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
+
"ip-addresses".
405
+
406
+
Below is a non-normative example of Subject Identifier for the "IP addresses"
0 commit comments