Skip to content

Commit f2a651a

Browse files
authored
Merge pull request #183 from oauth-wg/c2bo/mixing-formats
mixing formats and media types
2 parents 96d7bfd + 85144df commit f2a651a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

draft-ietf-oauth-status-list.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ Content-Type: application/statuslist+jwt
655655
{::include ./examples/status_list_jwt_raw}
656656
~~~
657657

658-
## Status List Response
658+
## Status List Response {#status-list-response}
659659

660660
In the successful response, the Status List Provider MUST use the following content-type:
661661

@@ -916,6 +916,20 @@ The Status List Issuer may increase the size of a Status List if it requires ind
916916

917917
The Status List Issuer may chunk its Referenced Tokens into multiple Status Lists to reduce the transmission size of an individual Status List Token. This may be useful for setups where some entities operate in constrained environments, e.g. for mobile internet or embedded devices.
918918

919+
## Status List Formats
920+
921+
This specification defines 4 different formats of the status list:
922+
923+
- JSON
924+
- JWT
925+
- CBOR
926+
- CWT
927+
928+
929+
This specification states no requirements to not mix different formats like a CBOR based Referenced Token using a JWT for the Status List, but the expectation is that within an ecosystem, a choice for specific formats is made.
930+
Within such an ecosystem, only support for those selected variants is required and implementations should know what to expect via a profile.
931+
932+
919933
# IANA Considerations
920934

921935
## JSON Web Token Claims Registration
@@ -1230,6 +1244,7 @@ for their valuable contributions, discussions and feedback to this specification
12301244

12311245
-06
12321246

1247+
* add section about mixing status list formats and media type
12331248
* fixes from IETF review
12341249

12351250
-05

0 commit comments

Comments
 (0)