Skip to content

Commit 9fe284f

Browse files
committed
more considerations regarding size
1 parent 7cd5197 commit 9fe284f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

draft-ietf-oauth-status-list.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,12 @@ The implementation is RECOMMENDED to initialize the Status List byte array with
642642

643643
The implementation is RECOMMENDED to prevent double allocation, i.e. re-using the same `uri` and `index` for mulitple Referenced Tokens. The Issuer MUST prevent any unintended double allocation by using the Status List.
644644

645+
## Status List Size
646+
647+
Status List Issuer may increase the size of a Status List if it requires indices for additional Referenced Tokens. It is RECOMMENDED that the size of a Status List fills up the byte boundary, i.e. `size` % `bits` = 0.
648+
649+
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.
650+
645651
# IANA Considerations
646652

647653
## JSON Web Token Claims Registration
@@ -881,7 +887,7 @@ for their valuable contributions, discussions and feedback to this specification
881887

882888
-04
883889

884-
* add implementation consideration for Default Values and Double Allocation
890+
* add implementation consideration for Default Values, Double Allocation and Status List Size
885891
* add CORS considerations to the http endpoint
886892
* fix reference of Status List in CBOR format
887893
* added status_list CWT claim key assigned

0 commit comments

Comments
 (0)