Skip to content

Commit dd5cdc3

Browse files
Update mqtt-client-custom-jwt.md
Acrolinx Fixes
1 parent 30e7705 commit dd5cdc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can authenticate MQTT clients with Custom JWT to connect to the Event Grid n
2525
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.
2626

2727
> [!IMPORTANT]
28-
> - If you don't set the CONNECT packet's authentication method to CUSTOM-JWT, you'll receive an invalid issuer error—even if all other configurations are correct.
28+
> - 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.
2929
3030
In the CONNECT packet, you can provide the required values in the following fields:
3131

@@ -45,7 +45,7 @@ In the AUTH packet, you can provide the required values in the following fields:
4545
Authenticate Reason Code with value 25 signifies reauthentication.
4646

4747
> [!NOTE]
48-
> - Audience: aud claim must be set to "https://eventgrid.azure.net/".
48+
> - Audience: 'aud' claim must be set to "https://eventgrid.azure.net/".
4949
5050
## Access permissions
5151
A client using Custom JWT authentication can use client attributes and permissions to limit access to specific topics.

0 commit comments

Comments
 (0)