Skip to content

Commit 6293017

Browse files
authored
Merge pull request #126038 from changeworld/patch-143
Fix typo
2 parents 8f26d8e + 5491b22 commit 6293017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-web-pubsub/howto-connect-mqtt-websocket-client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ This is the default workflow, shown as follows:
5959

6060
1. The client negotiates with your auth server. The auth server contains the authorization middleware, which handles the client request and signs a JWT for the client to connect to the service.
6161
1. The auth server returns the JWT to the client.
62-
1. The client tries to connect to the Web PubSub service with the JWT token returned from the auth server. The token can be in either the query string, as `/clients/mqtt/hubs/{hub}?access_token={token}`, or the `Authorization` header, as `Authorization: Bearer {token}`.
62+
1. The client tries to connect to the Web PubSub service with the JWT returned from the auth server. The token can be in either the query string, as `/clients/mqtt/hubs/{hub}?access_token={token}`, or the `Authorization` header, as `Authorization: Bearer {token}`.
6363

6464
#### Supported claims
65-
You could also configure properties for the client connection when generating the access token by specifying special claims inside the JWT token:
65+
You could also configure properties for the client connection when generating the access token by specifying special claims inside the JWT:
6666

6767
| Description | Claim type | Claim value | Notes |
6868
| --- | --- | --- | --- |

0 commit comments

Comments
 (0)