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/fhir/use-postman.md
+11-19Lines changed: 11 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,21 +17,21 @@ This article shows the steps to access the FHIR® service in Azure Health Dat
17
17
18
18
-**FHIR service deployed in Azure**. For more information, see [Deploy a FHIR service](fhir-portal-quickstart.md).
19
19
-**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.
21
21
22
22
## Setup Steps
23
23
24
-
Setup involves three major steps required to access **FHIR Service** from **Postman**.
24
+
To access **FHIR service** from **Postman** application, review the steps
25
25
26
26
-#### Register a client application(App Registration) in Microsoft Entra ID.
27
27
28
-
-#### Assign **FHIR Data Contributor** role in Azure.
28
+
-#### Assign **FHIR Data Contributor** role under the **FHIR service**.
29
29
30
-
-#### Create Workspace, collection and environment in Postman.
30
+
-#### Setup Postman - Create Workspace, collection and environment.
31
31
32
32
33
33
## 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.
35
35
[](media/postman/Microsoft-Entra-Id.png#lightbox)
36
36
37
37
2. Select **App registrations** under **Manage** section.
@@ -62,31 +62,22 @@ After registering a new application, you can find the Application (client) ID an
62
62
[](media/postman/Add-Platform-2.png#lightbox)
63
63
64
64
### 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:
66
65
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**.
76
67
77
68
[](media/postman/Create-client-Secret.png#lightbox)
78
69
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**.
80
71
81
72
[](media/postman/Add-Secret-Description.png#lightbox)
82
73
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.
84
75
85
76
[](media/postman/Client-secret-value.png#lightbox)
86
77
>[!NOTE]
87
78
>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.
88
79
89
-
## Assign FHIR Data Contributor role in Azure
80
+
## Assign FHIR Data Contributor role in **FHIR service**
90
81
This section shows the steps to assign **FHIR Data Contributor** role to a registered application for the FHIR® service in Azure Health Data Services.
91
82
92
83
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
105
96
6. Under the **Review + assign** tab, click **Review + assign**.
106
97
[](media/postman/Review-and-Assign-Role.png#lightbox)
107
98
108
-
## Create a workspace, collection, and environment
99
+
## Setup Postman - Create Workspace, collection and environment.
100
+
109
101
110
102
If you're new to Postman, follow these steps to create a workspace, collection, and environment.
0 commit comments