Skip to content

Commit 874ed90

Browse files
changes from @mmitrik and @brandonpollett
1 parent cf21e34 commit 874ed90

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

articles/healthcare-apis/dicom/dicom-register-application.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: v-smcevoy
1212

1313
# Register a client application for the DICOM service in Azure Active Directory
1414

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).
1616

1717
## Register a new application
1818

@@ -30,8 +30,6 @@ After registering a new application, you can find the application (client) ID an
3030

3131
[ ![Screenshot of client ID overview panel.](media/register-application-three.png) ](media/register-application-three.png#lightbox)
3232

33-
[ ![Screenshot of client ID](media/register-application-four.png) ](media/register-application-four.png#lightbox)
34-
3533
## Authentication setting: confidential vs. public
3634

3735
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
4442

4543
For tools that require a redirect URL, select **Add a platform** to configure the platform.
4644

47-
[ ![Screenshot of add a platform.](media/register-application-five-alpha.png) ](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.
5048
5149
[ ![Screenshot of configure other services.](media/register-application-five-bravo.png) ](media/register-application-five-bravo.png#lightbox)
5250

5351
## Certificates & secrets
5452

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.
6156

6257
>[!NOTE]
6358
>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
6863

6964
## API permissions
7065

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).
7267

7368
1. Select the **API permissions** blade.
7469

@@ -80,13 +75,13 @@ The following steps are required for the DICOM service, but optional for the FHI
8075

8176
[ ![Search API permissions](./media/dicom-search-apis-permissions.png) ](./media/dicom-search-apis-permissions.png#lightbox)
8277

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.
8479

8580
If you're referencing a different resource application, select your DICOM API Resource Application Registration that you created previously under **APIs my organization**.
8681

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**.
8883

89-
[ ![Select permissions scopes.](./media/dicom-select-scopes.png) ](./media/dicom-select-scopes.png#lightbox)
84+
[ ![Select permissions scopes.](./media/dicom-select-scopes-new.png) ](./media/dicom-select-scopes.png#lightbox)
9085

9186

9287
Your application registration is now complete.

0 commit comments

Comments
 (0)