Skip to content

Commit 0069e83

Browse files
Review comments
Addressing review comments from Atul and Tim
1 parent b787083 commit 0069e83

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

openid-caep-1_0.md

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ author:
2929
3030

3131
normative:
32-
RFC4001: # Textual Conventions for Internet Network Addresses
33-
3432
ISO-IEC-29115:
3533
target: http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=45138
3634
title: "ISO/IEC 29115:2013 -- Information technology - Security techniques - Entity authentication assurance framework"

openid-sharedsignals-framework-1_0.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -395,21 +395,21 @@ Subject Identifier Format.
395395
The "IP addresses" Subject Identifier Format specifies an array of IP addresses observed by the Transmitter.
396396
Subject Identifiers of this format MUST contain the following members:
397397

398-
ips
398+
ip-addresses
399399

400400
> 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.
401401

402402

403403
The "IP addresses" Subject Identifier Format is identified by the name
404-
"ips".
404+
"ip-addresses".
405405

406406
Below is a non-normative example of Subject Identifier for the "IP addresses"
407407
Subject Identifier Format.
408408

409409
~~~ json
410410
{
411-
"format": "ips",
412-
"ips": ["10.29.37.75", "2001:0db8:0000:0000:0000:8a2e:0370:7334"]
411+
"format": "ip-addresses",
412+
"ip-addresses": ["10.29.37.75", "2001:0db8:0000:0000:0000:8a2e:0370:7334"]
413413
}
414414

415415
~~~

0 commit comments

Comments
 (0)