Skip to content

Commit ff6223a

Browse files
authored
Merge pull request #126050 from changeworld/patch-155
Fix typo
2 parents c230fe6 + 8b2f779 commit ff6223a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/event-grid/mqtt-client-microsoft-entra-token-and-rbac.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ You can authenticate MQTT clients with Microsoft Entra JWT to connect to Event G
2222
<a name='authentication-using-azure-ad-jwt'></a>
2323

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

2727
In CONNECT packet, you can provide required values in the following fields:
2828

2929
|Field | Value |
3030
|---------|---------|
3131
|Authentication Method | OAUTH2-JWT |
32-
|Authentication Data | JWT token |
32+
|Authentication Data | JWT |
3333

3434
In AUTH packet, you can provide required values in the following fields:
3535

3636
|Field | Value |
3737
|---------|---------|
3838
| Authentication Method | OAUTH2-JWT |
39-
| Authentication Data | JWT token |
39+
| Authentication Data | JWT |
4040
| Authentication Reason Code | 25 |
4141

4242
Authenticate Reason Code with value 25 signifies reauthentication.

0 commit comments

Comments
 (0)