Skip to content

Commit e31d0e8

Browse files
committed
change accept header from must to should
1 parent 42edbb5 commit e31d0e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

draft-ietf-oauth-status-list.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ To obtain the Status List Token, the Relying Party MUST send an HTTP GET request
744744

745745
The HTTP endpoint SHOULD support the use of Cross-Origin Resource Sharing (CORS) {{CORS}} and/or other methods as appropriate to enable Browser-based clients to access it, unless ecosystems using this specification choose not to support Browser-based clients.
746746

747-
The Relying Party MUST send the following Accept-Header to indicate the requested response type:
747+
The Relying Party SHOULD send the following Accept-Header to indicate the requested response type if the Content-Type of Status List in that ecosystem is unknown and the Relying Party only supports one format:
748748

749749
- "application/statuslist+jwt" for Status List Token in JWT format
750750
- "application/statuslist+cwt" for Status List Token in CWT format
@@ -1898,6 +1898,7 @@ CBOR encoding:
18981898
* add Paul's affiliation
18991899
* add feedback from Dan Moore
19001900
* change JSON Status List structure to only contain JSON object
1901+
* relax the accept header from must to should
19011902

19021903
-11
19031904

0 commit comments

Comments
 (0)