Skip to content

Commit 86bc709

Browse files
bvdhkpshek
authored andcommitted
Remove sub field from the JWT payload (fixes #356 and #363)
1 parent 97bc05a commit 86bc709

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/specification/1.0.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,6 @@ The JWT payload contains the following fields:
506506
Field | Optionality | Type | Value
507507
----- | ----- | ----- | --------
508508
iss | REQUIRED | *string* | The URI of the issuer of this JWT. Note that the JWT may be self-issued by the EHR, or may be issued by a third-party identity provider.
509-
sub | REQUIRED | *string* | Client_id of the EHR.
510509
aud | REQUIRED | *string* or *array of string* | The CDS Service endpoint that is being called by the EHR. (See more details below).
511510
exp | REQUIRED | *number* | Expiration time integer for this authentication JWT, expressed in seconds since the "Epoch" (1970-01-01T00:00:00Z UTC).
512511
iat | REQUIRED | *number* | The time at which this JWT was issued, expressed in seconds since the "Epoch" (1970-01-01T00:00:00Z UTC).

0 commit comments

Comments
 (0)