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/iot-operations/manage-mqtt-broker/howto-configure-authentication.md
+65-1Lines changed: 65 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.subservice: azure-mqtt-broker
8
8
ms.topic: how-to
9
9
ms.custom:
10
10
- ignite-2023
11
-
ms.date: 11/11/2024
11
+
ms.date: 12/09/2024
12
12
13
13
#CustomerIntent: As an operator, I want to configure authentication so that I have secure MQTT broker communications.
14
14
---
@@ -827,6 +827,68 @@ The custom authentication server must present a server certificate, and MQTT bro
827
827
828
828
Modify the `authenticationMethods` setting in a *BrokerAuthentication* resource to specify `Custom` as a valid authentication method. Then, specify the parameters required to communicate with a custom authentication server.
829
829
830
+
# [Portal](#tab/portal)
831
+
832
+
1. In the Azure portal, navigate to your IoT Operations instance.
833
+
1. Under **Components**, select **MQTT Broker**.
834
+
1. Select the **Authentication** tab.
835
+
1. Choose an existing authentication policy or create a new one.
836
+
1. Add a new method by selecting **Add method**.
837
+
1. Choose the method type **Custom** from the dropdown list then select **Add details** to configure the method.
838
+
839
+
:::image type="content" source="media/howto-configure-authentication/custom-method.png" alt-text="Screenshot using the Azure portal to set MQTT broker custom authentication method.":::
0 commit comments