Skip to content

Commit c98a846

Browse files
committed
Rewrite code samples README
1 parent 025285b commit c98a846

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

1-Authentication/5-sign-in-express/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ extensions:
4141

4242
| Instruction | Description |
4343
|-----------------------|--------------------------------------------|
44-
| **Use case** | This code sample applies to **customer configuration uses case**![Yes button](yes.png "Title"). 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**![Yes button](./ReadmeFiles/yes.png "Title"). 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) |
4545
| **Scenario** | Sign in users. You acquire an ID token by using authorization code flow with PKCE. |
4646
| **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. |
4747
|**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
9898
To manually register your apps in Microsoft Entra Admin center, follow these steps:
9999
100100
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 (![settings icon](admin-center-settings-icon.png "Title")) 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 (![settings icon](./ReadmeFiles/admin-center-settings-icon.png "Title")) in the top menu to switch to your customer tenant from the **Directories + subscriptions** menu.
102102
1. Browse to **Identity** >**Applications** > **App registrations**.
103103
1. Select **+ New registration**.
104104
1. In the **Register an application** page that appears;

1-Authentication/5-sign-in-express/admin-center-settings-icon.png renamed to 1-Authentication/5-sign-in-express/ReadmeFiles/admin-center-settings-icon.png

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)