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: draft-ietf-oauth-status-list.md
+26-34Lines changed: 26 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -649,14 +649,14 @@ IANA "JSON Web Token Claims" registry {{IANA.JWT}} established by {{RFC7519}}.
649
649
* Claim Name: `status`
650
650
* Claim Description: Reference to a status or validity mechanism containing up-to-date status information on the JWT.
651
651
* Change Controller: IETF
652
-
* Specification Document(s): [](#status-claim) of this specification
652
+
* Specification Document(s): [](#status-claim) of this specification
653
653
654
654
<br/>
655
655
656
656
* Claim Name: `status_list`
657
657
* Claim Description: A status list containing up-to-date status information on multiple tokens.
658
658
* Change Controller: IETF
659
-
* Specification Document(s): [](#status-list-token-jwt) of this specification
659
+
* Specification Document(s): [](#status-list-token-jwt) of this specification
660
660
661
661
<br/>
662
662
@@ -693,7 +693,7 @@ Specification Document(s):
693
693
* Status Method Value: `status_list`
694
694
* Status Method Description: A status list containing up-to-date status information on multiple tokens.
695
695
* Change Controller: IETF
696
-
* Specification Document(s): [](#referenced-token-jwt) of this specification
696
+
* Specification Document(s): [](#referenced-token-jwt) of this specification
697
697
698
698
## CBOR Web Token Claims Registration
699
699
@@ -708,15 +708,15 @@ IANA "CBOR Web Token (CWT) Claims" registry {{IANA.CWT}} established by {{RFC839
708
708
* Claim Key: TBD (requested assignment 65535)
709
709
* Claim Description: Reference to a status or validity mechanism containing up-to-date status information on the CWT.
710
710
* Change Controller: IETF
711
-
* Specification Document(s): [](#status-claim) of this specification
711
+
* Specification Document(s): [](#status-claim) of this specification
712
712
713
713
<br/>
714
714
715
715
* Claim Name: `status_list`
716
716
* Claim Key: TBD (requested assignment 65533)
717
717
* Claim Description: A status list containing up-to-date status information on multiple tokens.
718
718
* Change Controller: IETF
719
-
* Specification Document(s): [](#status-list-token-cwt) of this specification
719
+
* Specification Document(s): [](#status-list-token-cwt) of this specification
720
720
721
721
<br/>
722
722
@@ -753,7 +753,7 @@ Specification Document(s):
753
753
* Status Method Value: `status_list`
754
754
* Status Method Description: A status list containing up-to-date status information on multiple tokens.
755
755
* Change Controller: IETF
756
-
* Specification Document(s): [](#referenced-token-cwt) of this specification
756
+
* Specification Document(s): [](#referenced-token-cwt) of this specification
757
757
758
758
## Media Type Registration
759
759
@@ -767,15 +767,13 @@ To indicate that the content is an JSON-based Status List:
767
767
* Subtype name: statuslist+json
768
768
* Required parameters: n/a
769
769
* Optional parameters: n/a
770
-
* Encoding considerations: binary; A JSON-based Status List is a JSON Object.
771
-
* Security considerations: See (#Security) of \[ this specification \]
770
+
* Encoding considerations: See [](#status-list-json) of this specification
771
+
* Security considerations: See [](#Security) of this specification
772
772
* Interoperability considerations: n/a
773
-
* Published specification: \[ this specification \]
774
-
* Applications that use this media type: Applications using \[ this specification \] for updated status information of tokens
773
+
* Published specification: this specification
774
+
* Applications that use this media type: Applications using this specification for updated status information of tokens
775
775
* Fragment identifier considerations: n/a
776
-
* Additional information:
777
-
* File extension(s): n/a
778
-
* Macintosh file type code(s): n/a
776
+
* Additional information: n/a
779
777
* Person & email address to contact for further information: Paul Bastian, paul.bastian@posteo.de
780
778
* Intended usage: COMMON
781
779
* Restrictions on usage: none
@@ -789,15 +787,13 @@ To indicate that the content is an JWT-based Status List:
789
787
* Subtype name: statuslist+jwt
790
788
* Required parameters: n/a
791
789
* Optional parameters: n/a
792
-
* 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.
793
-
* Security considerations: See (#Security) of \[ this specification \]
790
+
* Encoding considerations: See [](#status-list-token-jwt) of this specification
791
+
* Security considerations: See [](#Security) of this specification
794
792
* Interoperability considerations: n/a
795
-
* Published specification: \[ this specification \]
796
-
* Applications that use this media type: Applications using \[ this specification \] for updated status information of tokens
793
+
* Published specification: this specification
794
+
* Applications that use this media type: Applications using this specification for updated status information of tokens
797
795
* Fragment identifier considerations: n/a
798
-
* Additional information:
799
-
* File extension(s): n/a
800
-
* Macintosh file type code(s): n/a
796
+
* Additional information: n/a
801
797
* Person & email address to contact for further information: Paul Bastian, paul.bastian@posteo.de
802
798
* Intended usage: COMMON
803
799
* Restrictions on usage: none
@@ -811,15 +807,13 @@ To indicate that the content is an CBOR-based Status List:
811
807
* Subtype name: statuslist+cbor
812
808
* Required parameters: n/a
813
809
* Optional parameters: n/a
814
-
* Encoding considerations: binary; A CBOR-based Status List is a CBOR Object.
815
-
* Security considerations: See (#Security) of \[ this specification \]
810
+
* Encoding considerations: See [](#status-list-cbor) of this specification
811
+
* Security considerations: See [](#Security) of this specification
816
812
* Interoperability considerations: n/a
817
-
* Published specification: \[ this specification \]
818
-
* Applications that use this media type: Applications using \[ this specification \] for updated status information of tokens
813
+
* Published specification: this specification
814
+
* Applications that use this media type: Applications using this specification for updated status information of tokens
819
815
* Fragment identifier considerations: n/a
820
-
* Additional information:
821
-
* File extension(s): n/a
822
-
* Macintosh file type code(s): n/a
816
+
* Additional information: n/a
823
817
* Person & email address to contact for further information: Paul Bastian, paul.bastian@posteo.de
824
818
* Intended usage: COMMON
825
819
* Restrictions on usage: none
@@ -833,15 +827,13 @@ To indicate that the content is an CWT-based Status List:
833
827
* Subtype name: statuslist+cwt
834
828
* Required parameters: n/a
835
829
* Optional parameters: n/a
836
-
* Encoding considerations: binary;
837
-
* Security considerations: See (#Security) of \[ this specification \]
830
+
* Encoding considerations: See [](#status-list-token-cwt) of this specification
831
+
* Security considerations: See [](#Security) of this specification
838
832
* Interoperability considerations: n/a
839
-
* Published specification: \[ this specification \]
840
-
* Applications that use this media type: Applications using \[ this specification \] for updated status information of tokens
833
+
* Published specification: this specification
834
+
* Applications that use this media type: Applications using this specification for updated status information of tokens
841
835
* Fragment identifier considerations: n/a
842
-
* Additional information:
843
-
* File extension(s): n/a
844
-
* Macintosh file type code(s): n/a
836
+
* Additional information: n/a
845
837
* Person & email address to contact for further information: Paul Bastian, paul.bastian@posteo.de
0 commit comments