Skip to content

Commit ca27512

Browse files
committed
Fix typo
JWT token -> JWT
1 parent 80dec49 commit ca27512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-grid/authenticate-with-namespaces-using-json-web-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ In this step, you configure custom authentication settings on your Event Grid na
9090
1. On the **Event Grid Namespace** page, select **Configuration** on the left menu.
9191
1. In the **Custom JWT authentication** section, specify values for the following properties:
9292
1. Select **Enable custom JWT authentication**.
93-
1. **Token Issuer**: Enter the value of the issuer claims of the JWT tokens, presented by the MQTT clients.
93+
1. **Token Issuer**: Enter the value of the issuer claims of the JWTs, presented by the MQTT clients.
9494
1. Select **Add issuer certificate**
9595
9696
:::image type="content" source="./media/authenticate-with-namespaces-using-json-web-tokens/configuration-custom-authentication.png" alt-text="Screenshot that shows the Custom JWT authentication section of the Configuration page for an Event Grid namespace." lightbox="./media/authenticate-with-namespaces-using-json-web-tokens/configuration-custom-authentication.png":::

0 commit comments

Comments
 (0)