Skip to content

Commit 0d2827d

Browse files
authored
Merge pull request #210 from oauth-wg/iana_feedback_v2
changes as requested by IANA review
2 parents 98bf4d5 + 4eee4e2 commit 0d2827d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

draft-ietf-oauth-status-list.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ IANA "JSON Web Token Claims" registry {{IANA.JWT}} established by {{RFC7519}}.
997997

998998
## JWT Status Mechanism Methods Registry {#iana-registry}
999999

1000-
This specification establishes the IANA "Status Mechanism Methods" registry for JWT "status" member values. The registry records the status mechanism method member and a reference to the specification that defines it.
1000+
This specification establishes the IANA "JWT Status Mechanism Methods" registry for JWT "status" member values and adds it to the "JSON Web Token (JWT)" registry group at https://www.iana.org/assignments/jwt. The registry records the status mechanism method member and a reference to the specification that defines it.
10011001

10021002
JWT Status Mechanism Methods are registered by Specification Required [RFC5226] after a three-week
10031003
review period on the [email protected] mailing list, on the advice of one or more Designated Experts.
@@ -1076,7 +1076,7 @@ IANA "CBOR Web Token (CWT) Claims" registry {{IANA.CWT}} established by {{RFC839
10761076

10771077
## CWT Status Mechanism Methods Registry {#cwt-iana-registry}
10781078

1079-
This specification establishes the IANA "Status Mechanism Methods" registry for CWT "status" member values. The registry records the status mechanism method member and a reference to the specification that defines it.
1079+
This specification establishes the IANA "CWT Status Mechanism Methods" registry for CWT "status" member values and adds it to the "CBOR Web Token (CWT) Claims" registry group at https://www.iana.org/assignments/cwt. The registry records the status mechanism method member and a reference to the specification that defines it.
10801080

10811081
CWT Status Mechanism Methods are registered by Specification Required [RFC5226] after a three-week
10821082
review period on the [email protected] mailing list, on the advice of one or more Designated Experts. However, to allow for the allocation of names prior to publication, the Designated Expert(s) may approve registration once they are satisfied that such a
@@ -1115,9 +1115,9 @@ Specification Document(s):
11151115
* Change Controller: IETF
11161116
* Specification Document(s): [](#referenced-token-cose) of this specification
11171117

1118-
## Status Types Registry {#iana-status-types}
1118+
## OAuth Status Types Registry {#iana-status-types}
11191119

1120-
This specification establishes the IANA "Status Types" registry for Status List values. The registry records the a human readable label, the bit representation and a common description for it.
1120+
This specification establishes the IANA "OAuth Status Types" registry for Status List values and adds it to the "OAuth Parameters" registry group at https://www.iana.org/assignments/oauth-parameters. The registry records the a human readable label, the bit representation and a common description for it.
11211121

11221122
Status Types are registered by Specification Required [RFC5226] after a two-week
11231123
review period on the [email protected] mailing list, on the advice of one or more Designated Experts. However, to allow for the allocation of names prior to publication, the Designated Expert(s) may approve registration once they are satisfied that such a
@@ -1143,7 +1143,7 @@ Status Type Description:
11431143

11441144
Status Type value:
11451145

1146-
> The bit representation of the Status Type in a byte hex representation. Values are filled up with zeros if they have less than 8 bits.
1146+
> The bit representation of the Status Type in a byte hex representation. Valid Status Type values range from 0x00-0xFF. Values are filled up with zeros if they have less than 8 bits.
11471147

11481148
Change Controller:
11491149

@@ -1287,6 +1287,7 @@ for their valuable contributions, discussions and feedback to this specification
12871287

12881288
-07
12891289

1290+
* changes as requested by IANA review
12901291
* emphasize that security and privacy considerations only apply to Status List and no other status mechanisms
12911292
* differentiate unlinkability between Issuer-RP and RP-RP
12921293

0 commit comments

Comments
 (0)