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
|**Use case**| This code sample applies to **customer configuration uses case**. If you're looking for a workforce configuration use case, use [Tutorial: Enable a Node.js (Express) application to sign in users by using Microsoft Entra ID](https://github.com/Azure-Samples/ms-identity-node)|
44
+
|**Use case**| This code sample applies to **customer configuration uses case**. If you're looking for a workforce configuration use case, use [Tutorial: Enable a Node.js (Express) application to sign in users by using Microsoft Entra ID](https://github.com/Azure-Samples/ms-identity-node)|
45
45
|**Scenario**| Sign in users. You acquire an ID token by using authorization code flow with PKCE. |
46
46
|**Add sign in to your app**| Use the instructions in [Sign in users in a Node.js web app](https://learn.microsoft.com/entra/external-id/customers/tutorial-web-app-node-sign-in-prepare-tenant) to learn how to add sign in to your Node web app. |
47
47
|**Product documentation**| Explore [Microsoft Entra ID for customers documentation](https://review.learn.microsoft.com/entra/external-id/customers/)|
@@ -98,7 +98,7 @@ When you use Microsoft Graph PowerShell, you automatically register the applicat
98
98
To manually register your apps in Microsoft Entra Admin center, follow these steps:
99
99
100
100
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least an [Application Developer](https://learn.microsoft.com/entra/identity/role-based-access-control/permissions-reference#application-developer).
101
-
1. If you have access to multiple tenants, use the **Settings** icon () in the top menu to switch to your customer tenant from the **Directories + subscriptions** menu.
101
+
1. If you have access to multiple tenants, use the **Settings** icon () in the top menu to switch to your customer tenant from the **Directories + subscriptions** menu.
102
102
1. Browse to **Identity** >**Applications** > **App registrations**.
103
103
1. Select **+ New registration**.
104
104
1. In the **Register an application** page that appears;
0 commit comments