Skip to content

Commit 27224ec

Browse files
author
Tiago Brenck
committed
sync README with modified code
1 parent 7856d87 commit 27224ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3-WebApp-multi-APIs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ In the `Views\Home` folder add a view named `Tenants.cshtml`
135135
```CSharp
136136
// Requires that the app has added the Azure Service Management / user_impersonation scope, and that
137137
// the admin tenant does not require admin consent for ARM.
138-
[AuthorizeForScopes(Scopes = new[] { "https://management.azure.com/user_impersonation"})]
138+
[AuthorizeForScopes(Scopes = new[] { "https://management.core.windows.net/user_impersonation"})]
139139
public async Task<IActionResult> Tenants()
140140
{
141141
var accessToken =

0 commit comments

Comments
 (0)