Skip to content

Commit aaf5d93

Browse files
committed
update the permission content for fhir
1 parent 2aab198 commit aaf5d93

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

articles/healthcare-apis/register-application.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: sfi-image-blocked
1111

1212
# Register a client application in Microsoft Entra ID for Azure Health Data Services
1313

14-
In this article, you learn how to register a client application in Microsoft Entra ID to access Azure Health Data Services. Registering a client application enables you to authenticate and securely connect to FHIR and DICOM services. For more information, see [Register an application with the Microsoft identity platform](../active-directory/develop/quickstart-register-app.md).
14+
In this article, you learn how to register a client application in Microsoft Entra ID to access Azure Health Data Services. When you register a client application, you can authenticate and securely connect to FHIR and DICOM services. For more information, see [Register an application with the Microsoft identity platform](../active-directory/develop/quickstart-register-app.md).
1515

1616
## Register a new application
1717

@@ -56,7 +56,7 @@ For example, when you choose **Mobile and desktop applications**, you select the
5656

5757
## Certificates and client secrets
5858

59-
To create a new client secret, use the following steps.
59+
To create a new client secret, use the following steps:
6060

6161
1. Go to **Certificates & Secrets** > **Client secrets**.
6262
1. Select **New Client Secret**.
@@ -73,11 +73,11 @@ To create a new client secret, use the following steps.
7373
>It's important that you save the secret value, not the secret ID.
7474
7575

76-
Optionally, you can upload a certificate (public key) and use the Certificate ID, a GUID value associated with the certificate. For testing purposes, you can create a self-signed certificate by using tools such as the PowerShell command `New-SelfSignedCertificate`, and then export the certificate from the certificate store. For more information, see [Create a self-signed public certificate to authenticate your application](/entra/identity-platform/howto-create-self-signed-certificate)
76+
Optionally, you can upload a certificate (public key) and use the Certificate ID, a GUID value associated with the certificate. For testing purposes, you can create a self-signed certificate by using tools such as the PowerShell command `New-SelfSignedCertificate`, and then export the certificate from the certificate store. For more information, see [Create a self-signed public certificate to authenticate your application](/entra/identity-platform/howto-create-self-signed-certificate).
7777

7878
## API permissions for DICOM and FHIR services
7979

80-
If you're using Azure Health Data Services, adding API permissions to the FHIR service is optional because the FHIR service supports both user delegated permission and application permission. You can choose to add permissions for the FHIR service if your application scenario requires application permission, which is used when the application runs without a signed-in user. If you want to add permissions for the FHIR service, search for **Azure API for FHIR** under **APIs my organization** uses, and then select the required permissions.
80+
If you're using Azure Health Data Services, adding API permissions to the FHIR service is optional because the FHIR service supports both user-delegated permission and application permission. You can choose to add permissions for the FHIR service if your application scenario requires application permission, which is used when the application runs without a signed-in user. If you want to add permissions for the FHIR service, search for **Azure Healthcare APIs** under **APIs my organization** uses, and then select the required permissions.
8181

8282

8383
The following steps are required for the DICOM service.
@@ -103,7 +103,7 @@ The following steps are required for the DICOM service.
103103

104104
>[!NOTE]
105105
>Use `grant_type` of `client_credentials` when getting an access token for the FHIR service by using tools such as REST Client. For more information, see [Accessing Azure Health Data Services using the REST Client Extension in Visual Studio Code](./fhir/using-rest-client.md).
106-
>>Use `grant_type` of `client_credentials` or `authentication_code` when getting an access token for the DICOM service. For more information, see [Using DICOM with cURL](dicom/dicomweb-standard-apis-curl.md).
106+
>Use `grant_type` of `client_credentials` or `authentication_code` when getting an access token for the DICOM service. For more information, see [Using DICOM with cURL](dicom/dicomweb-standard-apis-curl.md).
107107
108108
## Next step
109109

0 commit comments

Comments
 (0)