Skip to content

Commit c0ab4f9

Browse files
authored
Merge pull request #126049 from changeworld/patch-154
Fix typo
2 parents ff6223a + 9020b76 commit c0ab4f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/event-grid/mqtt-client-custom-jwt.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.subservice: mqtt
1111

1212
# Custom JWT authentication and authorization to publish or subscribe to MQTT messages
1313

14-
You can authenticate MQTT clients with Custom JWT to connect to the Event Grid namespace. You can embed and validate custom claims in the JWT token to authorize publish or subscribe permissions to your Event Grid topic spaces.
14+
You can authenticate MQTT clients with Custom JWT to connect to the Event Grid namespace. You can embed and validate custom claims in the JWT to authorize publish or subscribe permissions to your Event Grid topic spaces.
1515

1616
> [!IMPORTANT]
1717
> - This feature is supported only when using the MQTT v5 protocol version.
@@ -22,7 +22,7 @@ You can authenticate MQTT clients with Custom JWT to connect to the Event Grid n
2222
<a name='authentication-using-azure-ad-jwt'></a>
2323

2424
## Authentication using Custom JWT
25-
You can use the MQTT v5 CONNECT packet to provide the Custom JWT token to authenticate your client and the MQTT v5 AUTH packet to refresh the token.
25+
You can use the MQTT v5 CONNECT packet to provide the Custom JWT to authenticate your client and the MQTT v5 AUTH packet to refresh the token.
2626

2727
> [!IMPORTANT]
2828
> - If you don't set the CONNECT packet's authentication method to CUSTOM-JWT, you receive an 'invalid issuer' error—even if all other configurations are correct.
@@ -32,14 +32,14 @@ In the CONNECT packet, you can provide the required values in the following fiel
3232
|Field | Value |
3333
|---------|---------|
3434
|Authentication Method | CUSTOM-JWT |
35-
|Authentication Data | JWT token |
35+
|Authentication Data | JWT |
3636

3737
In the AUTH packet, you can provide the required values in the following fields:
3838

3939
|Field | Value |
4040
|---------|---------|
4141
| Authentication Method | CUSTOM-JWT |
42-
| Authentication Data | JWT token |
42+
| Authentication Data | JWT |
4343
| Authentication Reason Code | 25 |
4444

4545
Authenticate Reason Code with value 25 signifies reauthentication.

0 commit comments

Comments
 (0)