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: 1-WebApp-OIDC/1-4-Sovereign/README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ endpoint: AAD v2.0
10
10
11
11
## Scenario
12
12
13
-
This sample shows how to build a .NET Core 2.2 MVC Web app that uses OpenID Connect to sign in users. Users can only sign in with their `work and school` accounts in their organization **belonging to national or sovereign clouds**. This sample use US Government cloud scenario. It leverages the ASP.NET Core OpenID Connect middleware.
13
+
This sample shows how to build a .NET Core 2.2 MVC Web app that uses OpenID Connect to sign in users. Users can only sign in with their 'work and school' accounts in their organization **belonging to national or sovereign clouds**. This sample use US Government cloud scenario. It leverages the ASP.NET Core OpenID Connect middleware.
14
14
15
15

16
16
@@ -47,18 +47,18 @@ You can clone this sample from your shell or command line:
> Given that the name of the sample is very long, and so are the name of the referenced NuGet packages, you might want to clone it in a folder close to the root of your hard drive, to avoid file size limitations on Windows.
54
54
55
55
### Step 2: Register the sample with your Azure AD tenant
56
56
57
57
1. Sign in to the [US Government Azure portal](https://portal.azure.us)
58
-
59
-
- For registering your app in other National Clouds go to [App Registration endpoints](https://docs.microsoft.com/en-us/azure/active-directory/develop/authentication-national-cloud#app-registration-endpoints) of the National Cloud of your choice using either a work or school account.
60
58
61
-
> Note: Azure Germany doesn't support **App registrations (Preview)* experience.
59
+
> For registering your app in other National Clouds go to [App Registration endpoints](https://docs.microsoft.com/en-us/azure/active-directory/develop/authentication-national-cloud#app-registration-endpoints) of the National Cloud of your choice using either a work or school account.
60
+
>
61
+
> Note: Azure Germany doesn't support **App registrations (Preview)* experience.
62
62
63
63
2. Choose the Azure AD tenant where you want to create your applications
64
64
- If your account is present in more than one Azure AD tenant, select profile button at the top-right corner in the menu on top of the page and select `Switch Directory`.
@@ -172,4 +172,3 @@ To understand more about app registration, see:
172
172
- [Quickstart: Register an application with the Microsoft identity platform (Preview)](https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app)
173
173
- [Quickstart: Configure a client application to access web APIs (Preview)](https://docs.microsoft.com/azure/active-directory/develop/quickstart-configure-app-access-web-apis)
0 commit comments