Skip to content

Commit dffd152

Browse files
Update mqtt-client-custom-jwt.md
Addressed the PR review comments.
1 parent dd5cdc3 commit dffd152

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
@@ -1,5 +1,5 @@
11
---
2-
title: Microsoft Custom JWT authentication
2+
title: Custom JWT authentication
33
description: Describes custom JWT authentication and authorization to publish or subscribe to MQTT messages
44
ms.topic: conceptual
55
ms.custom: build-2024
@@ -9,12 +9,12 @@ ms.author: seshanmugam
99
ms.subservice: mqtt
1010
---
1111

12-
# Microsoft Custom JWT authentication and authorization to publish or subscribe to MQTT messages
12+
# Custom JWT authentication and authorization to publish or subscribe to MQTT messages
1313

1414
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.
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 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 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

0 commit comments

Comments
 (0)