Skip to content

Commit 5f63987

Browse files
authored
Merge pull request #296 from oauth-wg/292-expected-format
change accept header from must to should
2 parents 42edbb5 + 58bc76a commit 5f63987

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 HTTP Header to indicate the requested response type unless the Content-Type of Status List Tokens in the respective ecosystem is known or the Relying Party supports both formats:
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)