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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,6 +199,8 @@ You can enable Microsoft Entra ID in your service and use the Microsoft Entra to
199
199
1. Follow [Authorize from application](./howto-authorize-from-application.md) to enable Microsoft Entra ID.
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
+
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.
202
204
203
205
1. For the URI, enter `https://{Endpoint}/api/hubs/{hub}/:generateToken?api-version=2022-11-01`
204
206
2. On the **Auth** tab, select **Bearer Token** and paste the Microsoft Entra token fetched in the previous step
@@ -210,4 +212,4 @@ You can enable Microsoft Entra ID in your service and use the Microsoft Entra to
210
212
}
211
213
```
212
214
213
-
4. The Client Access URI is in the format of`wss://<endpoint>/client/hubs/<hub_name>?access_token=<token>`
215
+
5. The Client Access URI is in the format of`wss://<endpoint>/client/hubs/<hub_name>?access_token=<token>`
0 commit comments