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: includes/active-directory-develop-quickstart-register-app.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Registering your application establishes a trust relationship between your app a
40
40
Follow these steps to create the app registration:
41
41
42
42
1. Sign in to the <ahref="https://portal.azure.com/"target="_blank">Azure portal</a>.
43
-
1. If you have access to multiple tenants, use the **Directories + subscriptions** filter :::image type="icon" source="../articles/active-directory/develop/media/common/portal-directory-subscription-filter.png" border="false"::: in the top menu to switch to the tenant in which you want to register the application.
43
+
1. If you have access to multiple tenants, use the **Directories + subscriptions** filter :::image type="icon" source="/azure/active-directory/develop/media/common/portal-directory-subscription-filter.png" border="false"::: in the top menu to switch to the tenant in which you want to register the application.
44
44
1. Search for and select **Azure Active Directory**.
45
45
1. Under **Manage**, select **App registrations** > **New registration**.
46
46
1. Enter a display **Name** for your application. Users of your application might see the display name when they use the app, for example during sign-in.
@@ -57,7 +57,7 @@ Follow these steps to create the app registration:
57
57
1. Don't enter anything for **Redirect URI (optional)**. You'll configure a redirect URI in the next section.
58
58
1. Select **Register** to complete the initial app registration.
59
59
60
-
:::image type="content" source="../articles/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.":::
60
+
:::image type="content" source="/azure/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.":::
61
61
62
62
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.
63
63
@@ -66,7 +66,7 @@ When registration finishes, the Azure portal displays the app registration's **O
66
66
67
67
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.
68
68
69
-
:::image type="content" source="../articles/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.":::
69
+
:::image type="content" source="/azure/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.":::
70
70
71
71
## Add a redirect URI
72
72
@@ -87,7 +87,7 @@ To configure application settings based on the platform or device you're targeti
87
87
1. Under **Platform configurations**, select **Add a platform**.
88
88
1. Under **Configure platforms**, select the tile for your application type (platform) to configure its settings.
89
89
90
-
:::image type="content" source="../articles/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":::
90
+
:::image type="content" source="/azure/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":::
@@ -109,7 +109,7 @@ Credentials are used by [confidential client applications](../articles/active-di
109
109
110
110
You can add both certificates and client secrets (a string) as credentials to your confidential client app registration.
111
111
112
-
:::image type="content" source="../articles/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.":::
112
+
:::image type="content" source="/azure/articles/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.":::
113
113
114
114
### Add a certificate
115
115
@@ -154,4 +154,4 @@ To add a federated credential, follow these steps:
154
154
-**Other issuer** to configure an identity managed by an external [OpenID Connect provider](../articles/active-directory/develop/workload-identity-federation-create-trust.md#other-identity-providers) to get tokens for your application and access Azure resources.
155
155
156
156
157
-
For more information, how to get an access token with a federated credential, check out the [Microsoft identity platform and the OAuth 2.0 client credentials flow](../articles/active-directory/develop/v2-oauth2-client-creds-grant-flow.md#third-case-access-token-request-with-a-federated-credential) article.
157
+
For more information, how to get an access token with a federated credential, check out the [Microsoft identity platform and the OAuth 2.0 client credentials flow](../articles/active-directory/develop/v2-oauth2-client-creds-grant-flow.md#third-case-access-token-request-with-a-federated-credential) article.
0 commit comments