Skip to content

Commit 91d10d1

Browse files
authored
fix
1 parent 5f36079 commit 91d10d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-web-pubsub/howto-generate-client-access-url.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ You can enable Azure AD in your service and use the AAD token to invoke [Generat
157157
4. Add `client_secret` key, and paste the value of client secret you noted down earlier.
158158
5. Add `resource` key, and type `https://webpubsub.azure.com` for the value.
159159
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+
161163
3. Use the AAD token to invoke `:generateToken` with Postman:
162164
1. For the URI, enter `https://{Endpoint}/api/hubs/{hub}/:generateToken?api-version=2022-11-01`
163165
2. On the **Auth** tab, select **Bearer Token** and paste the AAD token fetched in the previous step

0 commit comments

Comments
 (0)