Skip to content

Commit

Permalink
scope change
Browse files Browse the repository at this point in the history
  • Loading branch information
ELiuHub committed Oct 31, 2022
1 parent 15783c3 commit 5d34b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const smartFhirLaunch = () => {
FHIR.oauth2.init({
clientId: ehrClientID,
clientSecret: ehrClientSecret,
scope: 'launch patient/Patient.read user/Questionnaire.read user/Questionnaire.write user/QuestionnaireResponse.read user/QuestionnaireResponse.write openid profile online_access',
scope: 'launch patient/Patient.read user/Patient.read user/Questionnaire.* patient/QuestionnaireResponse.* openid profile online_access',
})
.then(client => {
root.render(
Expand Down

0 comments on commit 5d34b86

Please sign in to comment.