Skip to content

Commit 29c8402

Browse files
authored
Merge pull request #25 from microsoftgraph/scope-case
Made scopes capitalized
2 parents 5390757 + fec8411 commit 29c8402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/graphtutorial/config.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ clientId = YOUR_CLIENT_ID_HERE
33
clientSecret = YOUR_CLIENT_SECRET_HERE_IF_USING_APP_ONLY
44
tenantId = YOUR_TENANT_ID_HERE_IF_USING_APP_ONLY
55
authTenant = common
6-
graphUserScopes = user.read mail.read mail.send
6+
graphUserScopes = User.Read Mail.Read Mail.Send

0 commit comments

Comments
 (0)