Skip to content

Commit a8cdc01

Browse files
fix PR review errors
1 parent 3d511bd commit a8cdc01

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,30 +107,30 @@ You can get the Microsoft Entra access token by using your Entra account credent
107107

108108
1. Ensure that you configured the redirect URL `https://oauth.pstmn.io/v1/callback` for the web platform in the client application registration.
109109

110-
:::image type="content" source="media/postman/callback-url.png" alt-text="Screenshot showing callback URL." lightbox="media/postman/callback-url.png":::
110+
:::image type="content" source="media/postman/callback-url.png" alt-text="Screenshot showing callback URL." lightbox="media/postman/callback-url.png":::
111111

112112
1. In the client application registration under **API Permissions**, add the **User_Impersonation** delegated permission for **Azure Healthcare APIS** from **APIs my organization uses**.
113113

114-
:::image type="content" source="media/postman/app-reg-permissions.png" alt-text="Screenshot showing application registration permissions." lightbox="media/postman/app-reg-permissions.png":::
114+
:::image type="content" source="media/postman/app-registration-permissions.png" alt-text="Screenshot showing application registration permissions." lightbox="media/postman/app-registration-permissions.png":::
115115

116-
:::image type="content" source="media/postman/app-reg-permissions-2.png" alt-text="Screenshot showing application registration permissions screen." lightbox="media/postman/app-reg-permissions-2.png":::
116+
:::image type="content" source="media/postman/app-registration-permissions-2.png" alt-text="Screenshot showing application registration permissions screen." lightbox="media/postman/app-registration-permissions-2.png":::
117117

118-
1. In the postman, select the **Authorization** tab of either a collection or a specific REST Call, select **Type** as OAuth 2.0 and under **Configure New Token** section, set below values
119-
- **Callback URL**: `https://oauth.pstmn.io/v1/callback`
118+
1. In the Postman, select the **Authorization** tab of either a collection or a specific REST Call, select **Type** as OAuth 2.0 and under **Configure New Token** section, set these values:
119+
- **Callback URL**: `https://oauth.pstmn.io/v1/callback`
120120

121-
- **Auth URL**: `https://login.microsoftonline.com/{{tenantid}}/oauth2/v2.0/authorize`
121+
- **Auth URL**: `https://login.microsoftonline.com/{{tenantid}}/oauth2/v2.0/authorize`
122122

123-
- **Access Token URL**: `https://login.microsoftonline.com/{{tenantid}}/oauth2/v2.0/token`
123+
- **Access Token URL**: `https://login.microsoftonline.com/{{tenantid}}/oauth2/v2.0/token`
124124

125-
- **Client ID**: Application client registration ID
125+
- **Client ID**: Application client registration ID
126126

127-
- **Client Secret**: Application client registration secret
127+
- **Client Secret**: Application client registration secret
128128

129-
- **Scope**: `{{fhirurl}}/.default`
129+
- **Scope**: `{{fhirurl}}/.default`
130130

131-
- **Client Authentication**: Send client credentials in body
131+
- **Client Authentication**: Send client credentials in body
132132

133-
:::image type="content" source="media/postman/postman-configuration.png" alt-text="Screenshot showing configuration screen." lightbox="media/postman/postman-configuration.png":::
133+
:::image type="content" source="media/postman/postman-configuration.png" alt-text="Screenshot showing configuration screen." lightbox="media/postman/postman-configuration.png":::
134134

135135
1. Choose **Get New Access Token** at the bottom of the page.
136136

0 commit comments

Comments
 (0)