Skip to content

Commit 50ab952

Browse files
committed
small tweaks to national cloud README.md
1 parent 8038169 commit 50ab952

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

1-WebApp-OIDC/1-4-Sovereign/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endpoint: AAD v2.0
1010

1111
## Scenario
1212

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.
1414

1515
![Sign in with Azure AD](ReadmeFiles/sign-in.png)
1616

@@ -47,18 +47,18 @@ You can clone this sample from your shell or command line:
4747
```console
4848
git clone https://github.com/Azure-Samples/microsoft-identity-platform-aspnetcore-webapp-tutorial webapp
4949
cd webapp
50-
cd "1-WebApp-OIDC/1-4-Sovereign"
50+
cd "1-WebApp-OIDC\1-4-Sovereign"
5151
```
5252

5353
> 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.
5454
5555
### Step 2: Register the sample with your Azure AD tenant
5656

5757
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.
6058

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.
6262
6363
2. Choose the Azure AD tenant where you want to create your applications
6464
- 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:
172172
- [Quickstart: Register an application with the Microsoft identity platform (Preview)](https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app)
173173
- [Quickstart: Configure a client application to access web APIs (Preview)](https://docs.microsoft.com/azure/active-directory/develop/quickstart-configure-app-access-web-apis)
174174

175-
-->

0 commit comments

Comments
 (0)