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/confidential-ledger/register-application.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Follow these steps to create the app registration:
45
45
1. Don't enter anything for **Redirect URI (optional)**. You'll configure a redirect URI in the next section.
46
46
1. Select **Register** to complete the initial app registration.
47
47
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.":::
49
49
50
50
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.
51
51
@@ -54,7 +54,7 @@ When registration finishes, the Azure portal displays the app registration's **O
54
54
55
55
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.
56
56
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.":::
58
58
59
59
## Add a redirect URI
60
60
@@ -75,7 +75,7 @@ To configure application settings based on the platform or device you're targeti
75
75
1. Under **Platform configurations**, select **Add a platform**.
76
76
1. Under **Configure platforms**, select the tile for your application type (platform) to configure its settings.
77
77
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":::
@@ -97,7 +97,7 @@ Credentials are used by [confidential client applications](../active-directory/d
97
97
98
98
You can add both certificates and client secrets (a string) as credentials to your confidential client app registration.
99
99
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.":::
0 commit comments