Skip to content

Commit d13d556

Browse files
authored
Change image links to public links
When the images are referenced using relative in-repo links, they are not rendered on the Microsoft Graph doc (microsoft-graph-docs repo) that references this include file. Changing the image source links to public links.
1 parent 6f8a3bc commit d13d556

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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)