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/AppCreationScripts/Configure.ps1
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -379,14 +379,8 @@ Function ConfigureApplications
379
379
Write-Host""
380
380
Write-Host-ForegroundColor Green "------------------------------------------------------------------------------------------------"
381
381
Write-Host"IMPORTANT: Please follow the instructions below to complete a few manual step(s) in the Azure portal":
382
-
Write-Host"- For 'service'"
383
-
Write-Host" - Navigate to '$servicePortalUrl'"
384
-
Write-Host" - Navigate to the Manifest page and change 'signInAudience' to 'AzureADandPersonalMicrosoftAccount'."-ForegroundColor Red
385
-
Write-Host" - Navigate to the Manifest page and change 'accessTokenAcceptedVersion' to 2."-ForegroundColor Red
386
382
Write-Host"- For 'client'"
387
383
Write-Host" - Navigate to '$clientPortalUrl'"
388
-
Write-Host" - Navigate to the Manifest page and change 'signInAudience' to 'AzureADandPersonalMicrosoftAccount'."-ForegroundColor Red
389
-
Write-Host" - Navigate to the Manifest page and change 'accessTokenAcceptedVersion' to 2."-ForegroundColor Red
390
384
Write-Host" - [Optional] If you are a tenant admin, you can navigate to the API Permisions page and select 'Grant admin consent for (your tenant)'"-ForegroundColor Red
391
385
392
386
Write-Host-ForegroundColor Green "------------------------------------------------------------------------------------------------"
Copy file name to clipboardExpand all lines: 4-WebApp-your-API/4-3-AnyOrg/Readme.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ This sample demonstrates how to develop a multi-tenant ASP.NET Core MVC web appl
42
42
43
43
### Scenario
44
44
45
-
In this sample, we would protect an ASP.Net Core Web API using the Microsoft Identity Platform. The Web API will be protected using Azure Active Directory OAuth Bearer Authorization. The API will support authenticated users with Work and School accounts. Further on the API will also call a downstream API (Microsoft Graph) on-behalf of the signed-in user to provide additional value to its client apps.
45
+
In this sample, we would protect an ASP.Net Core Web API using the Microsoft Identity Platform. The Web API will be protected using Azure Active Directory OAuth 2.0 Bearer Authorization. The API will support authenticated users with Work and School accounts. Further on the API will also call a downstream API (Microsoft Graph) on-behalf of the signed-in user to provide additional value to its client apps.
46
46
47
47
### Overview
48
48
@@ -348,10 +348,9 @@ When provisioning, you have to take care of the dependency in the topology where
348
348
349
349
In `Startup.cs`, below lines of code enables Microsoft identity platform endpoint. This endpoint is capable of signing-in users both with their Work and School and Microsoft Personal accounts.
0 commit comments