Skip to content

Commit 825bd22

Browse files
Merge pull request #218556 from FaithOmbongi/patch-7
Change image links to public links
2 parents f959b06 + cb742e6 commit 825bd22

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

includes/active-directory-develop-quickstart-register-app.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Registering your application establishes a trust relationship between your app a
4040
Follow these steps to create the app registration:
4141

4242
1. Sign in to the <a href="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.
4444
1. Search for and select **Azure Active Directory**.
4545
1. Under **Manage**, select **App registrations** > **New registration**.
4646
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:
5757
1. Don't enter anything for **Redirect URI (optional)**. You'll configure a redirect URI in the next section.
5858
1. Select **Register** to complete the initial app registration.
5959

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.":::
6161

6262
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.
6363

@@ -66,7 +66,7 @@ When registration finishes, the Azure portal displays the app registration's **O
6666
6767
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.
6868

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.":::
7070

7171
## Add a redirect URI
7272

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

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":::
9191

9292
| Platform | Configuration settings |
9393
| ----------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -109,7 +109,7 @@ Credentials are used by [confidential client applications](../articles/active-di
109109

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

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.":::
113113

114114
### Add a certificate
115115

@@ -154,4 +154,4 @@ To add a federated credential, follow these steps:
154154
- **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.
155155

156156

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

Comments
 (0)