Skip to content

Commit 4190a48

Browse files
committed
Formatting update
1 parent 831310f commit 4190a48

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
@@ -14,7 +14,7 @@ ms.subservice: mqtt
1414
You can authenticate MQTT clients with OAuth 2.0 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]
17-
> - This feature is supported only when using the MQTT v5 protocol version.
17+
> This feature is supported only when using the MQTT v5 protocol version.
1818
1919
## Prerequisites
2020
- You need an Event Grid namespace with MQTT enabled. Learn about [creating Event Grid namespace](/azure/event-grid/create-view-manage-namespaces#create-a-namespace)
@@ -25,7 +25,7 @@ You can authenticate MQTT clients with OAuth 2.0 JWT to connect to the Event Gri
2525
You can use the MQTT v5 CONNECT packet to provide the OAuth 2.0 JWT to authenticate your client and the MQTT v5 AUTH packet to refresh the token.
2626

2727
> [!NOTE]
28-
> - Audience: `aud` claim must be set to `https://[namespace].ts.eventgrid.azure.net/`.
28+
> Audience: `aud` claim must be set to `https://[namespace].ts.eventgrid.azure.net/`.
2929
3030
## Access permissions
3131
A client using OAuth 2.0 JWT authentication can use client attributes and permissions to limit access to specific topics.

0 commit comments

Comments
 (0)