Skip to content

Commit b348077

Browse files
committed
Replaced add a client secret screenshot due to UI update and added MD syntax for all images
1 parent a9c1163 commit b348077

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
33.4 KB
Loading

articles/healthcare-apis/fhir/register-confidential-azure-ad-client-app.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: matjazl
66
ms.service: healthcare-apis
77
ms.subservice: fhir
88
ms.topic: conceptual
9-
ms.date: 03/16/2021
9+
ms.date: 04/08/2021
1010
ms.author: matjazl
1111
---
1212

@@ -24,7 +24,7 @@ To register a new confidential client application, refer to the steps below.
2424

2525
1. Select **App registrations**.
2626

27-
![Azure portal. New App Registration.](media/how-to-aad/portal-aad-new-app-registration.png)
27+
:::image type="content" source="media/how-to-aad/portal-aad-new-app-registration.png" alt-text="Azure portal. New App Registration.":::
2828

2929
1. Select **New registration**.
3030

@@ -34,7 +34,7 @@ To register a new confidential client application, refer to the steps below.
3434

3535
1. (Optional) Provide a **Redirect URI**. These details can be changed later, but if you know the reply URL of your application, enter it now.
3636

37-
![New Confidential Client App Registration.](media/how-to-aad/portal-aad-register-new-app-registration-CONF-CLIENT.png)
37+
:::image type="content" source="media/how-to-aad/portal-aad-register-new-app-registration-CONF-CLIENT.png" alt-text="New Confidential Client App Registration.":::
3838

3939
1. Select **Register**.
4040

@@ -44,7 +44,7 @@ Now that you've registered your application, you must select which API permissio
4444

4545
1. Select **API permissions**.
4646

47-
![Confidential client. API Permissions](media/how-to-aad/portal-aad-register-new-app-registration-CONF-CLIENT-API-Permissions.png)
47+
:::image type="content" source="media/how-to-aad/portal-aad-register-new-app-registration-CONF-CLIENT-API-Permissions.png" alt-text="Confidential client. API Permissions.":::
4848

4949
1. Select **Add a permission**.
5050

@@ -65,11 +65,11 @@ Now that you've registered your application, you must select which API permissio
6565

6666
1. Select **Certificates & secrets**, and then select **New client secret**.
6767

68-
![Confidential client. Application Secret](media/how-to-aad/portal-aad-register-new-app-registration-CONF-CLIENT-SECRET.png)
68+
:::image type="content" source="media/how-to-aad/portal-aad-register-new-app-registration-CONF-CLIENT-SECRET.png" alt-text="Confidential client. Application Secret.":::
6969

70-
1. Enter a **Description** for the client secret. Select the Expires (In 1 year, In 2 years, or Never), and then click **Add**.
70+
1. Enter a **Description** for the client secret. Select the **Expires** drop-down menu to choose an expiration time frame, and then click **Add**.
7171

72-
![Add a client secret](media/how-to-aad/add-a-client-secret.png)
72+
:::image type="content" source="media/how-to-aad/add-a-client-secret.png" alt-text="Add a client secret.":::
7373

7474
1. After the client secret string is created, copy its **Value** and **ID**, and store them in a secure location of your choice.
7575

0 commit comments

Comments
 (0)