Client application registration for Azure API for FHIR
In the previous tutorial, you deployed and set up your Azure API for FHIR. Now that you have your Azure API for FHIR setup, we’ll register a public client application. You can read through the full register a public client app how-to guide for more details or troubleshooting, but we’ve called out the major steps for this tutorial in this article.
Navigate to Azure Active Directory
Select App Registration --> New Registration
Name your application
Select Public client/native (mobile & desktop) and set the redirect URI to
https://www.getpostman.com/oauth2/callback.
Client application settings
Once your client application is registered, copy the Application (client) ID and the Tenant ID from the Overview Page. You’ll need these two values later when accessing the client.
Connect with web app
If you’ve written your web app to connect with the Azure API for FHIR, you also need to set the correct authentication options.
In the left menu, under Manage, select Authentication.
To add a new platform configuration, select Web.
Set up the redirect URI in preparation for when you create your web application in the fourth part of this tutorial. To do this, add
https://\<WEB-APP-NAME>.azurewebsites.netto the redirect URI list. If you choose a different name during the step where you write your web app, you’ll need to come back and update this.Select the Access Token and ID token check boxes.
Add API permissions
Now that you have set up the correct authentication, set the API permissions:
- Select API permissions and select Add a permission.
- Under APIs my organization uses, search for Azure Health Data Services.
- Select user_impersonation and select add permissions.
Next Steps
You now have a public client application. In the next tutorial, we’ll walk through testing and gaining access to this application through Postman.
FHIR® is a registered trademark of HL7 and is used with the permission of HL7.
Maklum balas
Kirim dan lihat maklum balas untuk