Skip to content

Commit bc7d434

Browse files
committed
Typo
1 parent 560598e commit bc7d434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ This broker authorization allows clients with client IDs `temperature-sensor` or
170170

171171
To use the MQTT username for authorization, specify them as an array under `principals.usernames`. However, depending on the authentication method, the username might not be verified:
172172

173-
- **Kubernetes SAT** - Username shouldn't be used for authorization because is not verified for MQTTv5 with enhanced authentication.
173+
- **Kubernetes SAT** - Username shouldn't be used for authorization because it's not verified for MQTTv5 with enhanced authentication.
174174
- **X.509** - Username matches the CN from certificate and can be used for authorization rules.
175175
- **Custom** - Username should only be used for authorization rules if custom authentication validates the username.
176176

0 commit comments

Comments
 (0)