You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/authenticate-with-namespaces-using-json-web-tokens.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ You need to provide access to the namespace to access your Azure Key Vault accou
94
94
1. **Token Issuer**: Enter the value of the issuer claims of the JWTs, presented by the MQTT clients.
95
95
1. For **Issuer certificate**, select **From Azure Key Vault**.
96
96
97
-
:::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":::
97
+
:::image type="content" source="./media/authenticate-with-namespaces-using-json-web-tokens/select-azure-key-vault-option.png" alt-text="Screenshot that shows the selection of the Azure Key Vault option of the Configuration page for an Event Grid namespace." lightbox="./media/authenticate-with-namespaces-using-json-web-tokens/select-azure-key-vault-option.png":::
98
98
1. In the new page, specify values for the following properties.
99
99
1. **Certificate URL**: the Certificate Identifier of the issuer certificate in Azure Key Vault that you created. You can choose **Select a certificate using a key vault** instead to select the certificate and the key vault from your subscriptions.
100
100
1. **Identity**: the identity used to authenticate with the Key Vault to access the issuer certificate that was created.
@@ -196,10 +196,14 @@ In this step, you configure custom JWT authentication settings on your Event Gri
196
196
1. Select **Enable custom JWT authentication**.
197
197
1.**Token Issuer**: Enter the value of the issuer claims of the JWTs, presented by the MQTT clients.
:::image type="content" source="./media/authenticate-with-namespaces-using-json-web-tokens/direct-upload-option.png" alt-text="Screenshot that shows the selection of the Direct Upload option of the Configuration page for an Event Grid namespace." lightbox="./media/authenticate-with-namespaces-using-json-web-tokens/direct-upload-option.png":::
199
201
1. In the new page, specify values for the following properties.
200
202
1.**Certificate**: upload your server certificate in PEM Format.
201
203
1.**Kid**: A unique key identifier for the certificate.
202
204
1. Select **Add**.
205
+
206
+
:::image type="content" source="./media/authenticate-with-namespaces-using-json-web-tokens/upload-certificate.png" alt-text="Screenshot that shows the Upload issuer certificate page." lightbox="./media/authenticate-with-namespaces-using-json-web-tokens/upload-certificate.png":::
203
207
1. Back on the **Configuration** page, select **Apply**.
0 commit comments