Skip to content

Commit

Permalink
Update draft-ietf-oauth-status-list.md
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Bormann <8774236+c2bo@users.noreply.github.com>
  • Loading branch information
paulbastian and c2bo authored Jan 31, 2025
1 parent 4351b33 commit d471d9b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions draft-ietf-oauth-status-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,19 @@ Alternatively, the Status Issuer may use the same web-based key resolution that
- an `x5u`, `jwks`, `jwks_uri` or `kid` parameter referencing to the same key as used in the Referenced Token for JOSE.
- an `x5u` or `kid` parameter referencing to the same key as used in the Referenced Token for COSE.

~~~ ascii-art
┌────────┐ host keys ┌──────────────────────┐
│ Issuer ├────────┬───►│ .well-known metadata │
└─┬──────┘ │ └──────────────────────┘
▼ update status │
┌───────────────┐ │
│ Status Issuer ├─┘
└─┬─────────────┘
▼ provide Status List
┌─────────────────┐
│ Status Provider │
└─────────────────┘
~~~
If the Issuer of the Referenced Token is a different entity than the Status Issuer, then the keys used for the Status List Token may be cryptographically linked, e.g. by an Certificate Authority through an x.509 PKI. The certificate of the Issuer for the Referenced Token and the Status Issuer should be issued by the same Certificate Authority and the Status Issuer's certificate should utilize [extended key usage](#eku).

~~~ ascii-art
Expand Down

0 comments on commit d471d9b

Please sign in to comment.