@@ -6,7 +6,7 @@ author: matjazl
6
6
ms.service : healthcare-apis
7
7
ms.subservice : fhir
8
8
ms.topic : conceptual
9
- ms.date : 03/16 /2021
9
+ ms.date : 04/08 /2021
10
10
ms.author : matjazl
11
11
---
12
12
@@ -24,7 +24,7 @@ To register a new confidential client application, refer to the steps below.
24
24
25
25
1 . Select ** App registrations** .
26
26
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.":::
28
28
29
29
1 . Select ** New registration** .
30
30
@@ -34,7 +34,7 @@ To register a new confidential client application, refer to the steps below.
34
34
35
35
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.
36
36
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.":::
38
38
39
39
1 . Select ** Register** .
40
40
@@ -44,7 +44,7 @@ Now that you've registered your application, you must select which API permissio
44
44
45
45
1 . Select ** API permissions** .
46
46
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.":::
48
48
49
49
1 . Select ** Add a permission** .
50
50
@@ -65,11 +65,11 @@ Now that you've registered your application, you must select which API permissio
65
65
66
66
1 . Select ** Certificates & secrets** , and then select ** New client secret** .
67
67
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.":::
69
69
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** .
71
71
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.":::
73
73
74
74
1 . After the client secret string is created, copy its ** Value** and ** ID** , and store them in a secure location of your choice.
75
75
0 commit comments