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: articles/active-directory/develop/quickstart-web-app-aspnet-core-sign-in.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,11 +49,11 @@ In this article you register a web application in the Microsoft Entra admin cent
49
49
1. Select **In 1 year** for the secret's expiration.
50
50
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.
51
51
52
-
### Step 2: Download the ASP.NET Core project
52
+
### Download the ASP.NET Core project
53
53
54
54
[Download the ASP.NET Core solution](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/archive/aspnetcore3-1-callsgraph.zip)
55
55
56
-
### Step 3: Configure your ASP.NET Core project
56
+
### Configure your ASP.NET Core project
57
57
58
58
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*.
59
59
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
74
74
75
75
For this quickstart, don't change any other values in the *appsettings.json* file.
76
76
77
-
### Step 4: Build and run the application
77
+
### Build and run the application
78
78
79
79
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).
80
80
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
84
84
1. Select **Register**.
85
85
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.
86
86
87
-
88
87
## Add a redirect URI
89
88
90
89
1. Under **Manage**, select **Authentication**.
@@ -113,11 +112,11 @@ To obtain the sample application, you can either clone it from GitHub or downloa
| `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. |
| `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. |
121
120
122
121
1. Return to the Microsoft Entra admin center, and under **Manage**, select **Certificates & secrets** > **Upload certificate**.
123
122
1. Select the **Certificates (0)** tab, then select **Upload certificate**.
0 commit comments