Skip to content

Commit 0b83600

Browse files
authored
Merge pull request #104 from vcstuff/c2bo/fix-references
fix broken references
2 parents ff54ace + c529788 commit 0b83600

File tree

1 file changed

+27
-16
lines changed

1 file changed

+27
-16
lines changed

draft-ietf-oauth-status-list.md

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ author:
2626
normative:
2727
RFC1950: RFC1950
2828
RFC1951: RFC1951
29+
RFC2046: RFC2046
2930
RFC3986: RFC3986
3031
RFC6125: RFC6125
32+
RFC6838: RFC6838
3133
RFC7515: RFC7515
3234
RFC7519: RFC7519
3335
RFC8152: RFC8152
@@ -36,8 +38,17 @@ normative:
3638
RFC8949: RFC8949
3739
RFC9110: RFC9110
3840
RFC9111: RFC9111
39-
IANA.JWT: IANA.JWT
4041
SDJWTVC: I-D.ietf-oauth-sd-jwt-vc
42+
IANA.JWT:
43+
author:
44+
org: "IANA"
45+
title: "Media Types"
46+
target: "https://www.iana.org/assignments/media-types/media-types.xhtml"
47+
IANA.MediaTypes:
48+
author:
49+
org: "IANA"
50+
title: "JSON Web Token Claims"
51+
target: "https://www.iana.org/assignments/jwt/jwt.xhtml"
4152
informative:
4253
RFC6749: RFC6749
4354
RFC7662: RFC7662
@@ -479,9 +490,9 @@ Specification Document(s):
479490

480491
## Media Type Registration
481492

482-
This section requests registration of the following media types [@RFC2046] in
483-
the "Media Types" registry [@IANA.MediaTypes] in the manner described
484-
in [@RFC6838].
493+
This section requests registration of the following media types {{RFC2046}} in
494+
the "Media Types" registry{{IANA.MediaTypes}} in the manner described
495+
in {{RFC6838}}.
485496

486497
To indicate that the content is an JSON-based Status List:
487498

@@ -490,10 +501,10 @@ To indicate that the content is an JSON-based Status List:
490501
* Required parameters: n/a
491502
* Optional parameters: n/a
492503
* Encoding considerations: binary; A JSON-based Status List is a JSON Object.
493-
* Security considerations: See (#Security) of [[ this specification ]]
504+
* Security considerations: See (#Security) of \[ this specification \]
494505
* Interoperability considerations: n/a
495-
* Published specification: [[ this specification ]]
496-
* Applications that use this media type: Applications using [[ this specification ]] for updated status information of tokens
506+
* Published specification: \[ this specification \]
507+
* Applications that use this media type: Applications using \[ this specification \] for updated status information of tokens
497508
* Fragment identifier considerations: n/a
498509
* Additional information:
499510
* File extension(s): n/a
@@ -512,10 +523,10 @@ To indicate that the content is an JWT-based Status List:
512523
* Required parameters: n/a
513524
* Optional parameters: n/a
514525
* Encoding considerations: binary; A JWT-based Status List is a JWT; JWT values are encoded as a series of base64url-encoded values (some of which may be the empty string) separated by period ('.') characters.
515-
* Security considerations: See (#Security) of [[ this specification ]]
526+
* Security considerations: See (#Security) of \[ this specification \]
516527
* Interoperability considerations: n/a
517-
* Published specification: [[ this specification ]]
518-
* Applications that use this media type: Applications using [[ this specification ]] for updated status information of tokens
528+
* Published specification: \[ this specification \]
529+
* Applications that use this media type: Applications using \[ this specification \] for updated status information of tokens
519530
* Fragment identifier considerations: n/a
520531
* Additional information:
521532
* File extension(s): n/a
@@ -534,10 +545,10 @@ To indicate that the content is an CBOR-based Status List:
534545
* Required parameters: n/a
535546
* Optional parameters: n/a
536547
* Encoding considerations: binary; A CBOR-based Status List is a CBOR Object.
537-
* Security considerations: See (#Security) of [[ this specification ]]
548+
* Security considerations: See (#Security) of \[ this specification \]
538549
* Interoperability considerations: n/a
539-
* Published specification: [[ this specification ]]
540-
* Applications that use this media type: Applications using [[ this specification ]] for updated status information of tokens
550+
* Published specification: \[ this specification \]
551+
* Applications that use this media type: Applications using \[ this specification \] for updated status information of tokens
541552
* Fragment identifier considerations: n/a
542553
* Additional information:
543554
* File extension(s): n/a
@@ -556,10 +567,10 @@ To indicate that the content is an CWT-based Status List:
556567
* Required parameters: n/a
557568
* Optional parameters: n/a
558569
* Encoding considerations: binary;
559-
* Security considerations: See (#Security) of [[ this specification ]]
570+
* Security considerations: See (#Security) of \[ this specification \]
560571
* Interoperability considerations: n/a
561-
* Published specification: [[ this specification ]]
562-
* Applications that use this media type: Applications using [[ this specification ]] for updated status information of tokens
572+
* Published specification: \[ this specification \]
573+
* Applications that use this media type: Applications using \[ this specification \] for updated status information of tokens
563574
* Fragment identifier considerations: n/a
564575
* Additional information:
565576
* File extension(s): n/a

0 commit comments

Comments
 (0)