Skip to content

Commit 3dfea34

Browse files
author
Tiago Brenck
committed
Addressed PR comment
1 parent 54b210c commit 3dfea34

File tree

1 file changed

+1
-1
lines changed
  • 3.-Web-api-call-Microsoft-graph-for-personal-accounts

1 file changed

+1
-1
lines changed

3.-Web-api-call-Microsoft-graph-for-personal-accounts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ There is one change in the WebApp.Config, and one thing to check
264264

265265
```XML
266266
<add key="ida:ClientId" value="01234567-89ab-cdef-0123-456789abcdef"/>
267-
<add key="todo:TodoListScope" value="https://contoso.onmicrosoft.com/TodoListClient-and-Service/access_as_user"/>
267+
<add key="todo:TodoListScope" value="https://{your AAD domain}/TodoListClient-and-Service/access_as_user"/>
268268
```
269269

270270
### Have the client let the user consent for the scopes required for the service

0 commit comments

Comments
 (0)