You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-web-pubsub/howto-generate-client-access-url.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,8 @@ You can enable Microsoft Entra ID in your service and use the Microsoft Entra to
200
200
2. Follow [Get Microsoft Entra token](./howto-authorize-from-application.md#use-postman-to-get-the-microsoft-entra-token) to get the Microsoft Entra token with Postman.
201
201
3. Use the Microsoft Entra token to invoke `:generateToken`with Postman:
202
202
203
-
[!NOTE] Please use the latest version ofPostman. Old versions of Postman have [some issue](https://github.com/postmanlabs/postman-app-support/issues/3994#issuecomment-893453089) supporting colon `:` in path.
203
+
> [!NOTE]
204
+
> Please use the latest version ofPostman. Old versions of Postman have [some issue](https://github.com/postmanlabs/postman-app-support/issues/3994#issuecomment-893453089) supporting colon `:` in path.
204
205
205
206
1. For the URI, enter `https://{Endpoint}/api/hubs/{hub}/:generateToken?api-version=2022-11-01`
206
207
2. On the **Auth** tab, select **Bearer Token** and paste the Microsoft Entra token fetched in the previous step
0 commit comments