You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 4-WebApp-your-API/4-3-AnyOrg/Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,7 +223,7 @@ Open the project in your IDE (like Visual Studio) to configure the code.
223
223
1. Find the app key `TenantId` and replace the existing value with 'common'.
224
224
1. Find the app key `Domain` and replace the existing value with your Azure AD tenant name.
225
225
1. Find the app key `ClientSecret` and replace the existing value with the key you saved during the creation of the `WebApp-MultiTenant-v2` app, in the Azure portal.
226
-
2. Find the app key `TodoListScope` and replace the existing value with Scope you created earlier api://{clientId}/access_as-user
226
+
2. Find the app key `TodoListScope` and replace the existing value with scope created earlier and replace "access_as_user" to ".default" as shown here: api://{clientId}/.default
227
227
228
228
#### Configure Known Client Applications for service (WebApi-MultiTenant-v2)
0 commit comments