We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b210c commit 3dfea34Copy full SHA for 3dfea34
3.-Web-api-call-Microsoft-graph-for-personal-accounts/README.md
@@ -264,7 +264,7 @@ There is one change in the WebApp.Config, and one thing to check
264
265
```XML
266
<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"/>
+ <add key="todo:TodoListScope" value="https://{your AAD domain}/TodoListClient-and-Service/access_as_user"/>
268
```
269
270
### Have the client let the user consent for the scopes required for the service
0 commit comments