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: articles/healthcare-apis/dicom/dicom-register-application.md
+11-16Lines changed: 11 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.author: v-smcevoy
12
12
13
13
# Register a client application for the DICOM service in Azure Active Directory
14
14
15
-
In this article, you'll learn how to register a client application for the DICOM service in Azure Active Directory (Azure AD) in order to access Azure Health Data Services. You can find more information on [Register an application with the Microsoft identity platform](../../active-directory/develop/quickstart-register-app.md).
15
+
In this article, you'll learn how to register a client application for the DICOM service. You can find more information on [Register an application with the Microsoft identity platform](../../active-directory/develop/quickstart-register-app.md).
16
16
17
17
## Register a new application
18
18
@@ -30,8 +30,6 @@ After registering a new application, you can find the application (client) ID an
30
30
31
31
[](media/register-application-three.png#lightbox)
32
32
33
-
[](media/register-application-four.png#lightbox)
34
-
35
33
## Authentication setting: confidential vs. public
36
34
37
35
Select **Authentication** to review the settings. The default value for **Allow public client flows** is "No".
@@ -44,20 +42,17 @@ If you change the default value to "Yes" for the "Allow public client flows" opt
44
42
45
43
For tools that require a redirect URL, select **Add a platform** to configure the platform.
46
44
47
-
[](media/register-application-five-alpha.png#lightbox)
48
-
49
-
For Postman, select **Mobile and desktop applications**. Enter "https://www.getpostman.com/oauth2/callback" in the **Custom redirect URIs** section. Select the **Configure** button to save the setting.
45
+
>[!NOTE]
46
+
>
47
+
>For Postman, select **Mobile and desktop applications**. Enter "https://www.getpostman.com/oauth2/callback" in the **Custom redirect URIs** section. Select the **Configure** button to save the setting.
50
48
51
49
[](media/register-application-five-bravo.png#lightbox)
52
50
53
51
## Certificates & secrets
54
52
55
-
Select **Certificates & Secrets** and select **New Client Secret**. Select **Recommended 6 months** in the **Expires** field. This new secret will be valid for six months. You can also choose different values such as:
56
-
57
-
* 03 months
58
-
* 12 months
59
-
* 24 months
60
-
* Custom start date and end date.
53
+
Select **Certificates & Secrets** and select **New Client Secret**.
54
+
55
+
Add and then copy the secret value.
61
56
62
57
>[!NOTE]
63
58
>It is important that you save the secret value, not the secret ID.
@@ -68,7 +63,7 @@ Optionally, you can upload a certificate (public key) and use the Certificate ID
68
63
69
64
## API permissions
70
65
71
-
The following steps are required for the DICOM service, but optional for the FHIR service. In addition, user access permissions or role assignments for the Azure Health Data Services are managed through RBAC. For more details, visit [Configure Azure RBAC for Azure Health Data Services](./../configure-azure-rbac.md).
66
+
The following steps are required for the DICOM service. In addition, user access permissions or role assignments for the Azure Health Data Services are managed through RBAC. For more details, visit [Configure Azure RBAC for Azure Health Data Services](./../configure-azure-rbac.md).
72
67
73
68
1. Select the **API permissions** blade.
74
69
@@ -80,13 +75,13 @@ The following steps are required for the DICOM service, but optional for the FHI
80
75
81
76
[](./media/dicom-search-apis-permissions.png#lightbox)
82
77
83
-
The search result for Azure Healthcare APIs will only return if you've already deployed the DICOM service in the workspace.
78
+
The search result for Azure API for DICOM will only return if you've already deployed the DICOM service in the workspace.
84
79
85
80
If you're referencing a different resource application, select your DICOM API Resource Application Registration that you created previously under **APIs my organization**.
86
81
87
-
3. Select scopes (permissions) that the confidential client application will ask for on behalf of a user. Select **user_impersonation**, and then select **Add permissions**.
82
+
3. Select scopes (permissions) that the confidential client application will ask for on behalf of a user. Select **Dicom.ReadWrite**, and then select **Add permissions**.
0 commit comments