Skip to content

Commit 9f02971

Browse files
authored
Added scope parameter details to get the access token
1 parent 95e3182 commit 9f02971

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/healthcare-apis/fhir/using-rest-client.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ grant_type=client_credentials
6363
&resource={{fhirurl}}
6464
&client_id={{clientid}}
6565
&client_secret={{clientsecret}}
66+
&scope={{fhirurl}}/.default
6667
6768
### Extract access token from getAADToken request
6869
@token = {{getAADToken.response.body.access_token}}

0 commit comments

Comments
 (0)