Skip to content

Commit 0f9aa70

Browse files
authored
Remove reference to the deleted sub field (#459)
1 parent 0c928c2 commit 0f9aa70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ iat | REQUIRED | *number* | The time at which this JWT was issued, expressed in
634634
jti | REQUIRED | *string* | A nonce string value that uniquely identifies this authentication JWT (used to protect against replay attacks).
635635
tenant | OPTIONAL | *string* | An opaque string identifying the healthcare organization that is invoking the CDS Hooks request.
636636

637-
CDS Services SHOULD whitelist the `iss`, `jku` and `sub` fields to only the CDS Clients they trust.
637+
CDS Services SHOULD whitelist the `iss` and `jku` fields to only the CDS Clients they trust.
638638

639639
Per [rfc7519](https://tools.ietf.org/html/rfc7519#section-4.1.3), the `aud` value is either a string or an array of strings. For CDS Hooks, this value MUST be the URL of the CDS Service endpoint being invoked. For example, consider a CDS Service available at a base URL of `https://cds.example.org`. When the CDS Client invokes the CDS Service discovery endpoint, the aud value is either `"https://cds.example.org/cds-services"` or `["https://cds.example.org/cds-services"]`. Similarly, when the CDS Client invokes a particular CDS Service (say, `some-service`), the aud value is either `"https://cds.example.org/cds-services/some-service"` or `["https://cds.example.org/cds-services/some-service"]`.
640640

0 commit comments

Comments
 (0)