Skip to content

Commit

Permalink
Update epicJWTforBackend.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pacmano1 authored Mar 27, 2023
1 parent 1cbf347 commit c890c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epicJWTforBackend.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var privateKey = $cfg('jwt_secret') + '' // our private key is in $cfg, again E
var payload =
{
"iss": "<your client id from portal>",
"sub": "<same client id as above?",
"sub": "<same client id as above>",
"aud": "https://fhir.epic.com/interconnect-fhir-oauth/oauth2/token",
"jti": "some UUID here",
"exp": iat + 299,
Expand Down

0 comments on commit c890c9d

Please sign in to comment.