Skip to content

Commit e8fdc33

Browse files
Remove 'sub' from auth token JWT example
1 parent 1eb9c1b commit e8fdc33

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
@@ -676,7 +676,6 @@ An example JSON web token header, payload, and JWK set:
676676
// JSON Web Token Payload
677677
{
678678
"iss": "https://fhir-ehr.example.com/",
679-
"sub": "client_id",
680679
"aud": "https://cds.example.org/cds-services/some-service",
681680
"exp": 1422568860,
682681
"iat": 1311280970,

0 commit comments

Comments
 (0)