Skip to content

Commit 6581930

Browse files
author
Shashank Narang
committed
Azure API for FHIR document update for postman removal
1 parent cf3d216 commit 6581930

9 files changed

+18
-133
lines changed

articles/healthcare-apis/azure-api-for-fhir/register-confidential-azure-ad-client-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To register a new confidential client application, use the following steps.
4444
Permissions for Azure API for FHIR are managed through role-based access control (RBAC). For more details, visit [Configure Azure RBAC for FHIR](configure-azure-rbac.md).
4545

4646
>[!NOTE]
47-
>Use a `grant_type` of `client_credentials` when trying to obtain an access token for Azure API for FHIR using tools such as Postman. For more details, visit [Testing the FHIR API on Azure API for FHIR](tutorial-web-app-test-postman.md).
47+
>Use a `grant_type` of `client_credentials` when trying to obtain an access token for Azure API for FHIR using tools such as Postman.
4848
4949

5050
## Application secret
@@ -67,9 +67,9 @@ Permissions for Azure API for FHIR are managed through role-based access control
6767
## Next steps
6868

6969
In this article, you were guided through the steps of how to register a confidential client application in the Microsoft Entra ID. You were also guided through the steps of how to add API permissions in Microsoft Entra ID for Azure API for FHIR. Lastly, you were shown how to create an application secret.<br>
70-
You can also learn how to access your FHIR server using Postman.
70+
You can also learn how to access your FHIR server using REST Client.
7171

7272
>[!div class="nextstepaction"]
73-
>[Access the FHIR service using Postman](./../fhir/use-postman.md)
73+
>[Access the FHIR service using REST Client](./../fhir/using-rest-client.md)
7474
7575
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

articles/healthcare-apis/azure-api-for-fhir/register-public-azure-ad-client-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To configure your [desktop](../../active-directory/develop/scenario-desktop-app-
5454
Permissions for Azure API for FHIR are managed through role-based access control (RBAC). For more details, visit [Configure Azure RBAC for FHIR](configure-azure-rbac.md).
5555

5656
>[!NOTE]
57-
>Use a `grant_type` of `client_credentials` when trying to obtain an access token for Azure API for FHIR using tools such as Postman. For more details, visit [Testing the FHIR API on Azure API for FHIR](tutorial-web-app-test-postman.md).
57+
>Use a `grant_type` of `client_credentials` when trying to obtain an access token for Azure API for FHIR using tools such as Postman.
5858
5959
## Validate FHIR server authority
6060
If the application you registered and your FHIR server are in the same Microsoft Entra tenant, you're good to proceed to the next steps.
@@ -63,9 +63,9 @@ If you configure your client application in a different Microsoft Entra tenant f
6363

6464
## Next steps
6565

66-
In this article, you learned how to register a public client application in Microsoft Entra ID. Next, test access to your FHIR Server using Postman.
66+
In this article, you learned how to register a public client application in Microsoft Entra ID. Next, test access to your FHIR Server using REST Client.
6767

6868
>[!div class="nextstepaction"]
69-
>[Access the FHIR service using Postman](./../fhir/use-postman.md)
69+
>[Access the FHIR service using REST Client](./../fhir/using-rest-client.md)
7070
7171
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

articles/healthcare-apis/azure-api-for-fhir/register-service-azure-ad-client-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Follow these steps to create a new service client.
3838
Permissions for Azure API for FHIR are managed through role-based access control (RBAC). For more details, visit [Configure Azure RBAC for FHIR](configure-azure-rbac.md).
3939

4040
>[!NOTE]
41-
>Use a `grant_type` of `client_credentials` when trying to obtain an access token for Azure API for FHIR using tools such as Postman. For more details, visit [Testing the FHIR API on Azure API for FHIR](tutorial-web-app-test-postman.md).
41+
>Use a `grant_type` of `client_credentials` when trying to obtain an access token for Azure API for FHIR using tools such as Postman.
4242
4343
## Application secret
4444

@@ -55,9 +55,9 @@ The service client needs a secret (password) to obtain a token.
5555

5656
## Next steps
5757

58-
In this article, you learned how to register a service client application in Microsoft Entra ID. Next, test access to your FHIR server using Postman.
58+
In this article, you learned how to register a service client application in Microsoft Entra ID. Next, test access to your FHIR server using REST Client.
5959

6060
>[!div class="nextstepaction"]
61-
>[Access the FHIR service using Postman](./../fhir/use-postman.md)
61+
>[Access the FHIR service using REST Client](./../fhir/using-rest-client.md)
6262
6363
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

articles/healthcare-apis/azure-api-for-fhir/smart-on-fhir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Add the reply URL to the public client application that you created earlier for
102102

103103
### Step 3: Get a test patient
104104

105-
To test the Azure API for FHIR and the SMART on FHIR proxy, you need to have at least one patient in the database. If you haven't interacted with the API yet, and you don't have data in the database, see [Access the FHIR service using Postman](./../fhir/use-postman.md) to load a patient. Make a note of the ID of a specific patient.
105+
To test the Azure API for FHIR and the SMART on FHIR proxy, you need to have at least one patient in the database. If you haven't interacted with the API yet, and you don't have data in the database, see [Access the FHIR service using REST Client](./../fhir/using-rest-client.md) to load a patient. Make a note of the ID of a specific patient.
106106

107107
### Step 4: Download the SMART on FHIR app launcher
108108

articles/healthcare-apis/azure-api-for-fhir/toc.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
href: tutorial-web-app-fhir-server.md
3939
- name: 2. Register public client application
4040
href: tutorial-web-app-public-app-reg.md
41-
- name: 3. Test setup with Postman
42-
href: tutorial-web-app-test-postman.md
43-
- name: 4. Write web application
41+
- name: 3. Write web application
4442
href: tutorial-web-app-write-web-app.md
4543
- name: SMART on FHIR
4644
href: smart-on-fhir.md

articles/healthcare-apis/azure-api-for-fhir/tutorial-web-app-fhir-server.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@ In this tutorial, you deploy a small JavaScript app which reads data from a FHIR
2020

2121
1. Deploy a FHIR server
2222
1. Register a public client application
23-
1. Test access to the application
2423
1. Create a web application that reads this FHIR data
2524

2625
## Prerequisites
2726

2827
You need the following before starting this set of tutorials.
2928
1. An Azure subscription
3029
1. A Microsoft Entra tenant
31-
1. [Postman](https://www.getpostman.com/) installed
30+
3231

3332
> [!NOTE]
3433
> For this tutorial, the FHIR service, Microsoft Entra application, and Microsoft Entra users are all in the same Microsoft Entra tenant. If this is not the case, you can still follow along with this tutorial, but may need to dive into some of the referenced documents to do additional steps.

articles/healthcare-apis/azure-api-for-fhir/tutorial-web-app-public-app-reg.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In the previous tutorial, you deployed and set up your Azure API for FHIR&reg;.
1919
1. Navigate to Microsoft Entra ID
2020
1. Select **App Registration** --> **New Registration**
2121
1. Name your application
22-
1. Select **Public client/native (mobile & desktop)** and set the redirect URI to `https://www.getpostman.com/oauth2/callback`.
22+
1. Select **Public client/native (mobile & desktop)** and set the redirect URI.
2323

2424
:::image type="content" source="media/tutorial-web-app/register-public-app.png" alt-text="Screenshot of the Register an application pane, and an example application name and redirect URL.":::
2525

@@ -55,9 +55,11 @@ Now that you have set up the correct authentication, set the API permissions.
5555

5656
## Next Steps
5757

58-
You now have a public client application. In the next tutorial, we’ll walk through testing and gaining access to this application through Postman.
58+
You now have a public client application.
59+
There are tools available such as Postman that can allow intuitive querying.
60+
Once you have successfully connect to your client application, you’re ready to write your web application.
5961

6062
>[!div class="nextstepaction"]
61-
>[Test client application in Postman](tutorial-web-app-test-postman.md)
63+
>[Write a web application](tutorial-web-app-write-web-app.md)
6264
6365
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

articles/healthcare-apis/azure-api-for-fhir/tutorial-web-app-test-postman.md

Lines changed: 0 additions & 114 deletions
This file was deleted.

articles/healthcare-apis/azure-api-for-fhir/tutorial-web-app-write-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ From here, you can go back to your web application resource and open the URL fou
146146

147147
## Next Steps
148148

149-
You’ve successfully deployed the Azure API for FHIR, registered a public client application, tested access, and created a small web application. As a next step, check out the Azure API for FHIR supported features.
149+
You’ve successfully deployed the Azure API for FHIR, registered a public client application, and created a small web application. As a next step, check out the Azure API for FHIR supported features.
150150

151151
>[!div class="nextstepaction"]
152152
>[Supported Features](fhir-features-supported.md)

0 commit comments

Comments
 (0)