Skip to content

Commit a48eb87

Browse files
committed
update
1 parent fbd0946 commit a48eb87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-web-pubsub/concept-client-protocols.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ Here's a general authorization workflow:
3232
You could also configure properties for the client connection when generating the access token by specifying special claims inside the JWT token:
3333

3434
| Description | Claim type | Claim value | Notes |
35-
| --- | ---| --- |--|
35+
| --- | --- | --- | --- |
3636
| The `userId` for the client connection | `sub` | the userId | Only one `sub` claim is allowed |
3737
| The lifetime of the token | `exp` | the expiration time | The `exp` (expiration time) claim identifies the expiration time on or after which the token MUST NOT be accepted for processing. |
3838
| The [permissions](#permissions) the client connection initially has | `role` | the role value defined in [permissions](#permissions) | Specify multiple `role` claims if the client has multiple permissions |
39-
| The initial groups that the client connection joins once it connects to Azure Web PubSub | `group` | `{groupToJoin}` | Specify multiple `group` claims if the client joins multiple groups|.
39+
| The initial groups that the client connection joins once it connects to Azure Web PubSub | `group` | the group to join | Specify multiple `group` claims if the client joins multiple groups|.
4040

4141
You could also add custom claims into the access token, and these values are preserved as the `claims` property in [connect upstream request body](./reference-cloud-events.md#system-connect-event).
4242

0 commit comments

Comments
 (0)