Skip to content

Commit 6052da9

Browse files
committed
fix link text
1 parent 536e286 commit 6052da9

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

articles/healthcare-apis/register-application.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Register a client application in Microsoft Entra ID for the Azure Health Data Services
3-
description: How to register a client application in the Microsoft Entra ID and how to add a secret and API permissions to the Azure Health Data Services
3+
description: How to register a client application in the Microsoft Entra ID and add a secret and API permissions to the Azure Health Data Services
44
author: chachachachami
55
ms.service: azure-health-data-services
66
ms.subservice: fhir
@@ -63,19 +63,18 @@ To create a new client secret, use the following steps.
6363
[ ![Screenshot of certificates and secrets.](media/register-application-new-client-secret.png) ](media/register-application-new-client-secret.png#lightbox)
6464

6565
1. Copy the secret value by selecting the copy button next to the **Value**.
66-
[ ![Screenshot of certificates and secrets.](media/register-application-copy-client-secret.png) ](media/register-application-copy-client-secret.png#lightbox)
66+
[ ![Screenshot of copy client secret.](media/register-application-copy-client-secret.png) ](media/register-application-copy-client-secret.png#lightbox)
6767

6868

6969
>[!NOTE]
7070
>It's important that you save the secret value, not the secret ID.
7171
72-
[ ![Screenshot of certificates and secrets.](media/register-application-new-client-secret.png) ](media/register-application-new-client-secret.png#lightbox)
7372

74-
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.
73+
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)
7574

7675
## API permissions
7776

78-
The following steps are required for the DICOM service, but optional for the FHIR service. In addition, you manage user access permissions or role assignments for Azure Health Data Services through RBAC. For more details, see [Configure Azure RBAC for Azure Health Data Services](configure-azure-rbac.md).
77+
The following steps are required for the DICOM service, but optional for the FHIR service. In addition, you manage user access permissions or role assignments for Azure Health Data Services through RBAC. For more information, see [Configure Azure RBAC for Azure Health Data Services](configure-azure-rbac.md).
7978

8079
1. Select **API permissions**.
8180

@@ -96,8 +95,8 @@ The following steps are required for the DICOM service, but optional for the FHI
9695
[ ![Screenshot of scopes (permissions) that the client application will ask for on behalf of a user.](dicom/media/dicom-select-scope.png) ](dicom/media/dicom-select-scope.png#lightbox)
9796

9897
>[!NOTE]
99-
>Use `grant_type` of `client_credentials` when getting an access token for the FHIR service using tools such as REST Client. For more details, see [Accessing Azure Health Data Services using the REST Client Extension in Visual Studio Code](./fhir/using-rest-client.md).
100-
>>Use `grant_type` of `client_credentials` or `authentication_code` when getting an access token for the DICOM service. For more details, see [Using DICOM with cURL](dicom/dicomweb-standard-apis-curl.md).
98+
>Use `grant_type` of `client_credentials` when getting an access token for the FHIR service 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).
99+
>>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).
101100
102101
## Related content
103102

0 commit comments

Comments
 (0)