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 7856d87 commit 27224ecCopy full SHA for 27224ec
3-WebApp-multi-APIs/README.md
@@ -135,7 +135,7 @@ In the `Views\Home` folder add a view named `Tenants.cshtml`
135
```CSharp
136
// Requires that the app has added the Azure Service Management / user_impersonation scope, and that
137
// the admin tenant does not require admin consent for ARM.
138
- [AuthorizeForScopes(Scopes = new[] { "https://management.azure.com/user_impersonation"})]
+ [AuthorizeForScopes(Scopes = new[] { "https://management.core.windows.net/user_impersonation"})]
139
public async Task<IActionResult> Tenants()
140
{
141
var accessToken =
0 commit comments