Skip to content

Commit d810380

Browse files
authored
document changes
1 parent 9f2f4f0 commit d810380

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

articles/healthcare-apis/fhir/use-postman.md

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ This article shows the steps to access the FHIR® service in Azure Health Dat
1717

1818
- **FHIR service deployed in Azure**. For more information, see [Deploy a FHIR service](fhir-portal-quickstart.md).
1919
- **Postman installed locally**. For more information, see [Get Started with Postman](https://www.getpostman.com/).
20-
- **User Access Administrator** role for you to be able to do role assignments.
20+
- **User Access Administrator** role for role assignments on FHIR service.
2121

2222
## Setup Steps
2323

24-
Setup involves three major steps required to access **FHIR Service** from **Postman**.
24+
To access **FHIR service** from **Postman** application, review the steps
2525

2626
- #### Register a client application(App Registration) in Microsoft Entra ID.
2727

28-
- #### Assign **FHIR Data Contributor** role in Azure.
28+
- #### Assign **FHIR Data Contributor** role under the **FHIR service**.
2929

30-
- #### Create Workspace, collection and environment in Postman.
30+
- #### Setup Postman - Create Workspace, collection and environment.
3131

3232

3333
## Register a client application in Microsoft Entra ID
34-
1. In the [Azure portal](https://ms.portal.azure.com), select Microsoft Entra ID.
34+
1. In the [Azure portal](https://ms.portal.azure.com), select **Microsoft Entra ID** tile.
3535
[![Screenshot shows the Azure portal's Microsoft Entra ID section](media/postman/Microsoft-Entra-Id.png)](media/postman/Microsoft-Entra-Id.png#lightbox)
3636

3737
2. Select **App registrations** under **Manage** section.
@@ -62,31 +62,22 @@ After registering a new application, you can find the Application (client) ID an
6262
[![Screenshot that shows the "Add a platform" section with "Mobile and desktop applications" selected and a custom redirect URI added.](media/postman/Add-Platform-2.png)](media/postman/Add-Platform-2.png#lightbox)
6363

6464
### Certificates & secrets
65-
1. 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:
6665

67-
* 03 months
68-
* 12 months
69-
* 24 months
70-
* Custom start date and end date.
71-
72-
>[!NOTE]
73-
>It is important that you save the secret value, not the secret ID.
74-
75-
2. Click on **Certificates and secrets**. Click **+New client secret**.
66+
1. Click on **Certificates and secrets**. Click **+New client secret**.
7667

7768
[![Screenshot that shows the form for creating a new client secret in the Certificates & Secrets section.](media/postman/Create-client-Secret.png)](media/postman/Create-client-Secret.png#lightbox)
7869

79-
3. Under **Add a client secret**, enter a name for the secret in the **Description** field. Click **Add**.
70+
2. Under **Add a client secret**, enter a name for the secret in the **Description** field. The guidance is to set 6 months for secret expiration. Click **Add**.
8071

8172
[![Screenshot that shows the "Add a client secret" form,to enter a name for the secret in the Description field,](media/postman/Add-Secret-Description.png)](media/postman/Add-Secret-Description.png#lightbox)
8273

83-
4. Copy the secret **Value** and securely store it somewhere (you will need this when you configure your Postman environment).
74+
3. It is important that you save the **secret value**, not the secret ID.
8475

8576
[![Screenshot that shows the newly created client secret's value.](media/postman/Client-secret-value.png)](media/postman/Client-secret-value.png#lightbox)
8677
>[!NOTE]
8778
>Use grant_type of client_credentials when trying to obtain an access token for the FHIR service using tools such as Postman or REST Client.
8879
89-
## Assign FHIR Data Contributor role in Azure
80+
## Assign FHIR Data Contributor role in **FHIR service**
9081
This section shows the steps to assign **FHIR Data Contributor** role to a registered application for the FHIR® service in Azure Health Data Services.
9182

9283
1. In the Azure portal, navigate to your FHIR service.
@@ -105,7 +96,8 @@ This section shows the steps to assign **FHIR Data Contributor** role to a regis
10596
6. Under the **Review + assign** tab, click **Review + assign**.
10697
[![Screenshot that shows the final "Review + assign" tab with the button to complete the role assignment process ](media/postman/Review-and-Assign-Role.png)](media/postman/Review-and-Assign-Role.png#lightbox)
10798

108-
## Create a workspace, collection, and environment
99+
## Setup Postman - Create Workspace, collection and environment.
100+
109101

110102
If you're new to Postman, follow these steps to create a workspace, collection, and environment.
111103

0 commit comments

Comments
 (0)