File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
articles/azure-web-pubsub Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,9 @@ You can enable Azure AD in your service and use the AAD token to invoke [Generat
157
157
4. Add ` client_secret` key, and paste the value of client secret you noted down earlier.
158
158
5. Add ` resource` key, and type ` https://webpubsub.azure.com` for the value.
159
159
4. Select ** Send** to send the request to get the token . You see the AAD token in the ` access_token` field.
160
- [! [How to get Azure AD token using postman](.media / howto- generate- client- access- url/ get- azure- ad- token- using- postman- response .png )]
160
+
161
+ ! [The diagram shows how to get Azure AD token using postman.](./ media/ howto- generate- client- access- url/ get- azure- ad- token- using- postman- response .png )
162
+
161
163
3. Use the AAD token to invoke ` :generateToken` with Postman:
162
164
1. For the URI , enter ` https://{Endpoint}/api/hubs/{hub}/:generateToken?api-version=2022-11-01`
163
165
2. On the ** Auth** tab, select ** Bearer Token** and paste the AAD token fetched in the previous step
You can’t perform that action at this time.
0 commit comments