Skip to content

Commit 79e2769

Browse files
Merge pull request #242567 from msmbaldwin/aad-image-move
Moved images
2 parents 90f638d + 73966b8 commit 79e2769

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
168 KB
Loading
86.5 KB
Loading
37.1 KB
Loading
190 KB
Loading

articles/confidential-ledger/register-application.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Follow these steps to create the app registration:
4545
1. Don't enter anything for **Redirect URI (optional)**. You'll configure a redirect URI in the next section.
4646
1. Select **Register** to complete the initial app registration.
4747

48-
:::image type="content" source="../active-directory/develop/media/quickstart-register-app/portal-02-app-reg-01.png" alt-text="Screenshot of the Azure portal in a web browser, showing the Register an application pane.":::
48+
:::image type="content" source="./media/portal-02-app-reg-01.png" alt-text="Screenshot of the Azure portal in a web browser, showing the Register an application pane.":::
4949

5050
When registration finishes, the Azure portal displays the app registration's **Overview** pane. You see the **Application (client) ID**. Also called the _client ID_, this value uniquely identifies your application in the Microsoft identity platform.
5151

@@ -54,7 +54,7 @@ When registration finishes, the Azure portal displays the app registration's **O
5454
5555
Your application's code, or more typically an authentication library used in your application, also uses the client ID. The ID is used as part of validating the security tokens it receives from the identity platform.
5656

57-
:::image type="content" source="../active-directory/develop/media/quickstart-register-app/portal-03-app-reg-02.png" alt-text="Screenshot of the Azure portal in a web browser, showing an app registration's Overview pane.":::
57+
:::image type="content" source="./media/portal-03-app-reg-02.png" alt-text="Screenshot of the Azure portal in a web browser, showing an app registration's Overview pane.":::
5858

5959
## Add a redirect URI
6060

@@ -75,7 +75,7 @@ To configure application settings based on the platform or device you're targeti
7575
1. Under **Platform configurations**, select **Add a platform**.
7676
1. Under **Configure platforms**, select the tile for your application type (platform) to configure its settings.
7777

78-
:::image type="content" source="../active-directory/develop/media/quickstart-register-app/portal-04-app-reg-03-platform-config.png" alt-text="Screenshot of the platform configuration pane in the Azure portal." border="false":::
78+
:::image type="content" source="./media/portal-04-app-reg-03-platform-config.png" alt-text="Screenshot of the platform configuration pane in the Azure portal." border="false":::
7979

8080
| Platform | Configuration settings |
8181
| ----------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -97,7 +97,7 @@ Credentials are used by [confidential client applications](../active-directory/d
9797

9898
You can add both certificates and client secrets (a string) as credentials to your confidential client app registration.
9999

100-
:::image type="content" source="../active-directory/develop/media/quickstart-register-app/portal-05-app-reg-04-credentials.png" alt-text="Screenshot of the Azure portal, showing the Certificates and secrets pane in an app registration.":::
100+
:::image type="content" source="./media/portal-05-app-reg-04-credentials.png" alt-text="Screenshot of the Azure portal, showing the Certificates and secrets pane in an app registration.":::
101101

102102
### Add a certificate
103103

0 commit comments

Comments
 (0)