Skip to content

Commit 4aa9d64

Browse files
authored
Merge pull request #251 from oauth-wg/Relying-Parties-avoiding-correlatable-Information
Relying Parties avoiding correlatable Information
2 parents 4d43c67 + 14be2ba commit 4aa9d64

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

draft-ietf-oauth-status-list.md

+10
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,15 @@ The Status List Issuer may increase the size of a Status List if it requires ind
10001000

10011001
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. The Status List Issuer may chunk the Status List Tokens depending on the Referenced Token's expiry date to align their lifecycles and allow for easier retiring of Status List Tokens, however the Status Issuer must be aware of possible privacy risks due to correlations.
10021002

1003+
## Relying Parties avoiding correlatable Information
1004+
1005+
If the Relying Party does not require the Referenced Token and the Status List Token after the presentation, e.g. for subsequent status checks or audit trail, it is RECOMMENDED to delete correlatable information, in particular:
1006+
1007+
- the `status` claim in the Referenced Token
1008+
- the Status List Token itself
1009+
1010+
The Relying Party should instead only keep the relevant payload from the Referenced Token.
1011+
10031012
## Status List Formats
10041013

10051014
This specification defines 2 different token formats of the Status List:
@@ -1703,6 +1712,7 @@ CBOR encoding:
17031712

17041713
-07
17051714

1715+
* Relying Parties avoiding correlatable Information
17061716
* editorial changes on terminology and Referenced Tokens
17071717
* clarify privacy consideration around one time use reference tokens
17081718
* explain the Status List Token size dependencies

0 commit comments

Comments
 (0)