Skip to content

Commit 52e640b

Browse files
Merge pull request #295462 from PatAltimore/patricka-custom-username
Add custom auth username password
2 parents 08385e3 + c52773b commit 52e640b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/iot-operations/manage-mqtt-broker/howto-configure-authentication.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: azure-mqtt-broker
88
ms.topic: how-to
99
ms.custom:
1010
- ignite-2023
11-
ms.date: 12/09/2024
11+
ms.date: 02/28/2025
1212

1313
#CustomerIntent: As an operator, I want to configure authentication so that I have secure MQTT broker communications.
1414
---
@@ -914,6 +914,11 @@ spec:
914914

915915
---
916916

917+
### Use custom authentication for username and password authentication
918+
919+
You can use custom authentication to implement username and password authentication. A sample custom authentication server sample is available for testing. See the [Azure IoT Operations MQTT username and password authentication sample](https://github.com/Azure-Samples/explore-iot-operations/tree/main/samples/auth-server-user-pass-mqtt) on GitHub.
920+
921+
917922
## Disable authentication
918923

919924
For testing, you can disable authentication for a broker listener port. We don't recommend that you disable authentication for production environments.

0 commit comments

Comments
 (0)