Skip to content

Commit e69e923

Browse files
Apply suggestions from code review
Adding the commits per Celete's request in email Co-authored-by: John Flores <[email protected]>
1 parent f491653 commit e69e923

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/active-directory/develop/quickstart-web-app-aspnet-core-sign-in.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ In this article you register a web application in the Microsoft Entra admin cent
4949
1. Select **In 1 year** for the secret's expiration.
5050
1. Select **Add** and immediately record the secret's **Value** for use in a later step. The secret value is *never displayed again* and is irretrievable by any other means. Record it in a secure location as you would any password.
5151

52-
### Step 2: Download the ASP.NET Core project
52+
### Download the ASP.NET Core project
5353

5454
[Download the ASP.NET Core solution](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/archive/aspnetcore3-1-callsgraph.zip)
5555

56-
### Step 3: Configure your ASP.NET Core project
56+
### Configure your ASP.NET Core project
5757

5858
1. Extract the *.zip* file to a local folder that's close to the root of the disk to avoid errors caused by path length limitations on Windows. For example, extract to *C:\Azure-Samples*.
5959
1. Open the solution in the chosen code editor.
@@ -74,7 +74,7 @@ In this article you register a web application in the Microsoft Entra admin cent
7474

7575
For this quickstart, don't change any other values in the *appsettings.json* file.
7676

77-
### Step 4: Build and run the application
77+
### Build and run the application
7878

7979
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com/) as at least an [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator).
8080
1. Browse to **Identity** > **Applications** > **App registrations**.
@@ -84,7 +84,6 @@ For this quickstart, don't change any other values in the *appsettings.json* fil
8484
1. Select **Register**.
8585
1. The application's **Overview** pane displays upon successful registration. Record the **Application (client) ID** and **Directory (tenant) ID** to be used in your application source code.
8686

87-
8887
## Add a redirect URI
8988

9089
1. Under **Manage**, select **Authentication**.
@@ -113,11 +112,11 @@ To obtain the sample application, you can either clone it from GitHub or downloa
113112
```
114113

115114

116-
| *appsettings.json* key | Description |
117-
|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
118-
| `ClientId` | Application (client) ID of the application registered in the Microsoft Entra admin center. |
119-
| `Instance` | Security token service (STS) endpoint for the user to authenticate. This value is typically `https://login.microsoftonline.com/`, indicating the Azure public cloud. |
120-
| `TenantId` | Name of your tenant or the tenant ID (a GUID), or `common` to sign in users with work or school accounts or Microsoft personal accounts. |
115+
| *appsettings.json* key | Description |
116+
|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
117+
| `ClientId` | Application (client) ID of the application registered in the Microsoft Entra admin center. |
118+
| `Instance` | Security token service (STS) endpoint for the user to authenticate. This value is typically `https://login.microsoftonline.com/`, indicating the Azure public cloud. |
119+
| `TenantId` | Name of your tenant or the tenant ID (a GUID), or `common` to sign in users with work or school accounts or Microsoft personal accounts. |
121120

122121
1. Return to the Microsoft Entra admin center, and under **Manage**, select **Certificates & secrets** > **Upload certificate**.
123122
1. Select the **Certificates (0)** tab, then select **Upload certificate**.

0 commit comments

Comments
 (0)