@@ -107,30 +107,30 @@ You can get the Microsoft Entra access token by using your Entra account credent
107
107
108
108
1 . Ensure that you configured the redirect URL ` https://oauth.pstmn.io/v1/callback ` for the web platform in the client application registration.
109
109
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":::
111
111
112
112
1 . In the client application registration under ** API Permissions** , add the ** User_Impersonation** delegated permission for ** Azure Healthcare APIS** from ** APIs my organization uses** .
113
113
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":::
115
115
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":::
117
117
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 `
120
120
121
- - ** Auth URL** : ` https://login.microsoftonline.com/{{tenantid}}/oauth2/v2.0/authorize `
121
+ - ** Auth URL** : ` https://login.microsoftonline.com/{{tenantid}}/oauth2/v2.0/authorize `
122
122
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 `
124
124
125
- - ** Client ID** : Application client registration ID
125
+ - ** Client ID** : Application client registration ID
126
126
127
- - ** Client Secret** : Application client registration secret
127
+ - ** Client Secret** : Application client registration secret
128
128
129
- - ** Scope** : ` {{fhirurl}}/.default `
129
+ - ** Scope** : ` {{fhirurl}}/.default `
130
130
131
- - ** Client Authentication** : Send client credentials in body
131
+ - ** Client Authentication** : Send client credentials in body
132
132
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":::
134
134
135
135
1 . Choose ** Get New Access Token** at the bottom of the page.
136
136
0 commit comments