Skip to content

Commit b019cbf

Browse files
authored
Merge pull request #166 from oauth-wg/c2bo/cors
add cors considerations to the http endpoint
2 parents 556dbd1 + b3a9dec commit b019cbf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

draft-ietf-oauth-status-list.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ normative:
5959
org: "IANA"
6060
title: "CBOR Web Token (CWT) Claims"
6161
target: "https://www.iana.org/assignments/cwt/cwt.xhtml"
62+
CORS:
63+
author:
64+
org: "WHATWG"
65+
title: "Fetch Living Standard"
66+
target: "https://fetch.spec.whatwg.org/#http-cors-protocol"
6267

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

425430
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}}.
426431

432+
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.
433+
427434
The Relying Party SHOULD send the following Accept-Header to indicate the requested response type:
428435

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

869876
-04
870877

878+
* add CORS considerations to the http endpoint
871879
* fix reference of Status List in CBOR format
872880
* added status_list CWT claim key assigned
873881
* move base64url definition to terminology

0 commit comments

Comments
 (0)