Skip to content

Commit d5d8047

Browse files
authored
Merge pull request #50300 from nakazax/patch-1
Remove unneeded period from Authority's URL
2 parents 8ce080f + 98d4cb4 commit d5d8047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/healthcare-apis/access-fhir-postman-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A client application would access an FHIR API through a [REST API](https://www.h
2525
In order to use Postman, the following details are needed:
2626

2727
- Your FHIR server URL, for example `https://MYACCOUNT.azurehealthcareapis.com`
28-
- The identity provider `Authority` for your FHIR server, for example, `https://login.microsoftonline.com/.{TENANT-ID}`
28+
- The identity provider `Authority` for your FHIR server, for example, `https://login.microsoftonline.com/{TENANT-ID}`
2929
- The configured `audience`. This is is usually the URL of the FHIR server, e.g. `https://MYACCOUNT.azurehealthcareapis.com` or just `https://azurehealthcareapis.com`.
3030
- The `client_id` (or application ID) of the [client application](register-confidential-azure-ad-client-app.md) you will be using to access the FHIR service.
3131
- The `client_secret` (or application secret) of the client application.
@@ -126,4 +126,4 @@ If you repeat the patient search, you should now see the patient record:
126126
In this tutorial, you've accessed an FHIR API using postman. Read about the supported API features in our supported features section.
127127

128128
>[!div class="nextstepaction"]
129-
>[Supported features](fhir-features-supported.md)
129+
>[Supported features](fhir-features-supported.md)

0 commit comments

Comments
 (0)