Skip to content

Commit 9fad25a

Browse files
remove Postman reference
1 parent b2e5c72 commit 9fad25a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,10 @@ In real-world code, we usually have a server side to host the logic generating t
231231
You can enable Microsoft Entra ID in your service and use the Microsoft Entra token to invoke [Generate Client Token rest API](/rest/api/webpubsub/dataplane/web-pub-sub/generate-client-token) to get the token for the client to use.
232232

233233
1. Follow [Authorize from application](./howto-authorize-from-application.md) to enable Microsoft Entra ID.
234-
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.
235-
3. Use the Microsoft Entra token to invoke `:generateToken` with Postman:
234+
235+
1. Get the Microsoft Entra token.
236+
237+
1. Use the Microsoft Entra token to invoke `:generateToken` with Postman:
236238

237239
> [!NOTE]
238240
> 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.

0 commit comments

Comments
 (0)