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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -261,7 +261,7 @@ You could also use Microsoft Entra ID and generate the token by invoking [Genera
261
261
| ClientId | ClientId is the value of**Application (client) ID** from the **Overview** pane of the application you registered. |
262
262
| ClientSecret | ClientSecret is the value of the client secret you just added in step #1|
263
263
264
-
1. Get the Microsot Entra ID token from Microsoft identity platform
264
+
1. Get the Microsoft Entra ID token from Microsoft identity platform
265
265
266
266
We use [CURL](https://curl.se/) tool to show how to invoke the REST APIs. The tool is bundled into Windows 10/11, and you could install the tool following [Install CURL](https://curl.se/download.html).
267
267
@@ -279,7 +279,7 @@ You could also use Microsoft Entra ID and generate the token by invoking [Genera
The above curl command send a POST request to Microsoft identity endpoint to get the [Microsoft Entra ID token](/entra/identity-platform/id-tokens) back.
282
+
The above curl command sends a POST request to Microsoft identity endpoint to get the [Microsoft Entra ID token](/entra/identity-platform/id-tokens) back.
283
283
In the response you see the Microsoft Entra ID token in`access_token`field. Copy and store it for later use.
284
284
285
285
1. Use the Microsoft Entra ID token to invoke `:generateToken`
0 commit comments