Skip to content

Commit d5ec8e3

Browse files
authored
Update howto-generate-client-access-url.md
1 parent 05da928 commit d5ec8e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ You can enable Microsoft Entra ID in your service and use the Microsoft Entra to
200200
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.
201201
3. Use the Microsoft Entra token to invoke `:generateToken` with Postman:
202202

203-
[!NOTE] Please use the latest version of Postman. 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 of Postman. Old versions of Postman have [some issue](https://github.com/postmanlabs/postman-app-support/issues/3994#issuecomment-893453089) supporting colon `:` in path.
204205

205206
1. For the URI, enter `https://{Endpoint}/api/hubs/{hub}/:generateToken?api-version=2022-11-01`
206207
2. On the **Auth** tab, select **Bearer Token** and paste the Microsoft Entra token fetched in the previous step

0 commit comments

Comments
 (0)