Skip to content

Commit

Permalink
Merge pull request #166 from oauth-wg/c2bo/cors
Browse files Browse the repository at this point in the history
add cors considerations to the http endpoint
  • Loading branch information
paulbastian authored Aug 29, 2024
2 parents 556dbd1 + b3a9dec commit b019cbf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions draft-ietf-oauth-status-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ normative:
org: "IANA"
title: "CBOR Web Token (CWT) Claims"
target: "https://www.iana.org/assignments/cwt/cwt.xhtml"
CORS:
author:
org: "WHATWG"
title: "Fetch Living Standard"
target: "https://fetch.spec.whatwg.org/#http-cors-protocol"

informative:
RFC6749: RFC6749
Expand Down Expand Up @@ -424,6 +429,8 @@ To obtain the Status List or Status List Token, the Relying Party MUST send an H

If the Status List is provided by an HTTP endpoint (and not as a Status List Token), the provider of the Status List MUST utilize TLS. Which version(s) should be implemented will vary over time. A TLS server certificate check MUST be performed as defined in Section 5 and 6 of {{RFC6125}}.

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.

The Relying Party SHOULD send the following Accept-Header to indicate the requested response type:

- "application/statuslist+json" for Status List in JSON format
Expand Down Expand Up @@ -868,6 +875,7 @@ for their valuable contributions, discussions and feedback to this specification

-04

* add CORS considerations to the http endpoint
* fix reference of Status List in CBOR format
* added status_list CWT claim key assigned
* move base64url definition to terminology
Expand Down

0 comments on commit b019cbf

Please sign in to comment.