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
This enables your application to use the Microsoft identity platform endpoint. This endpoint is capable of signing-in users both with their Work and School and Microsoft Personal accounts.
Copy file name to clipboardExpand all lines: 1-WebApp-OIDC/1-2-AnyOrg/README-1-1-to-1-2.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ description: "Change your ASP.NET Core Web app to sign-in users in any org with
25
25
26
26

27
27
28
-
> This is the second chapter of the first phase of this ASP.NET Core Web App tutorial. You learnt previously how to build an ASP.NET Core Web app signing-in users with the Microsoft identity platform in [your organization](../1-1-MyOrg). This chapter describes how to change that application to enable users to sign-in from any organization.
28
+
> This is the second chapter of the first phase of this ASP.NET Core Web App tutorial. You learned previously how to build an ASP.NET Core Web app signing-in users with the Microsoft identity platform in [your organization](../1-1-MyOrg). This chapter describes how to change that application to enable users to sign-in from any organization.
29
29
>
30
30
> If you are not interested in the differentials, but want to understand all the steps, read the full [Readme.md](./Readme.md)
31
31
@@ -65,7 +65,7 @@ In the `Startup.cs` file, in the `ConfigureServices` method, after `services.Add
65
65
...
66
66
// Sign-in users with the Microsoft identity platform
This enables your application to use the Microsoft identity platform endpoint. This endpoint is capable of signing-in users both with their Work and School and Microsoft Personal accounts.
@@ -228,7 +228,7 @@ In the `Startup.cs` file, in the `ConfigureServices` method, after `services.Add
228
228
{
229
229
...
230
230
// Sign-in users with the Microsoft identity platform
Copy file name to clipboardExpand all lines: 1-WebApp-OIDC/1-3-AnyOrgOrPersonal/README-1-1-to-1-3.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
@@ -16,7 +16,7 @@ endpoint: Microsoft identity platform
16
16
17
17

18
18
19
-
> This is the third chapter of the first phase of this ASP.NET Core Web App tutorials. You learnt previously how to build an ASP.NET Core Web app that signs-in users with the Microsoft identity platform in [your organization](../1-1-MyOrg) or [any organization](../1-2-AnyOrg). This chapter describes how to change that application to enable users to sign-in from any work or school account or Microsoft personal account.
19
+
> This is the third chapter of the first phase of this ASP.NET Core Web App tutorials. You learned previously how to build an ASP.NET Core Web app that signs-in users with the Microsoft identity platform in [your organization](../1-1-MyOrg) or [any organization](../1-2-AnyOrg). This chapter describes how to change that application to enable users to sign-in from any work or school account or Microsoft personal account.
20
20
>
21
21
> If you are not interested in the differentials, but want to understand all the steps, read the full [Readme.md](./Readme.md)
Copy file name to clipboardExpand all lines: 1-WebApp-OIDC/1-3-AnyOrgOrPersonal/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ There is one project in this sample. To register it, you can:
54
54
6. If your account is present in more than one Azure AD tenant, select `Directory + Subscription` at the top right corner in the menu on top of the page, and switch your portal session to the desired Azure AD tenant.
55
55
8. Navigate to the Microsoft identity platform for developers [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) page.
56
56
and locate your newly created app in the list.
57
-
> Tip: If you register your apps with the the provided Powershell scripts, you can navigate directly to the app registration portal page of your newly created app, using links provided in the [AppCreationScripts\createdApps.html](AppCreationScripts\createdApps.html). This file is generated by the scripts during the app registration and configuration process.
57
+
> Tip: If you register your apps with the provided Powershell scripts, you can navigate directly to the app registration portal page of your newly created app, using links provided in the [AppCreationScripts\createdApps.html](AppCreationScripts\createdApps.html). This file is generated by the scripts during the app registration and configuration process.
58
58
9. Select the **Manifest** section for your app.
59
59
10. Search for **signInAudience** and make sure it's set to **AzureADandPersonalMicrosoftAccount**
60
60
@@ -150,7 +150,7 @@ In the **appsettings.json** file:
This enables your application to use the Microsoft identity platform endpoint. This endpoint is capable of signing-in users both with their Work and School and Microsoft Personal accounts.
@@ -226,7 +226,7 @@ You can also learn from the [1. WebApp signs-in users with Microsoft Identity (O
226
226
227
227
### Options 4: Restrict access to specific tenants.
228
228
229
-
See restrict restrict users from [specific organizations](../1-2-AnyOrg/README-1-1-to-1-2.md#How-to-restrict-users-from-specific-organizations-to-sign-in-to-your-web-app) to sign-in to your web app
229
+
See restrict users from [specific organizations](../1-2-AnyOrg/README-1-1-to-1-2.md#How-to-restrict-users-from-specific-organizations-to-sign-in-to-your-web-app) to sign-in to your web app
230
230
231
231
## Toubleshooting
232
232
@@ -270,4 +270,4 @@ To understand more about app registration, see:
270
270
271
271
## Previous steps
272
272
- enable [your organization](../1-1-MyOrg) only or [any Microsoft accounts](../1-3-AnyOrgOrPersonal) to sign-in to your Web app
273
-
- restrict restrict users from [specific organizations](./README-1-1-to-1-2.md#How-to-restrict-users-from-specific-organizations-to-sign-in-to-your-web-app) to sign-in to your web app
273
+
- restrict users from [specific organizations](./README-1-1-to-1-2.md#How-to-restrict-users-from-specific-organizations-to-sign-in-to-your-web-app) to sign-in to your web app
0 commit comments