Skip to content

Commit 1b12daa

Browse files
gordonwang0jlian
andauthored
Update articles/iot-operations/manage-mqtt-broker/howto-configure-authentication.md
Co-authored-by: John Lian <[email protected]>
1 parent 81c0684 commit 1b12daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The earlier example specifies custom and SAT. When a client connects, MQTT broke
163163

164164
1. MQTT broker checks if the client's credentials are valid for custom authentication. Since custom authentication relies on an external server to determine validity of credentials, the broker considers all credentials relevant to custom auth and forwards them to the custom authentication server.
165165
1. If the custom authentication server responds with `Pass` or `Fail` result, the authentication flow ends. However, if the custom authentication server isn't available, then MQTT broker falls back to the remaining specified methods, with SAT being next.
166-
1. MQTT broker tries to authenticate the credentials as SAT credentials. If the MQTT username starts with `K8S-SAT`, MQTT broker evaluates the MQTT password as a SAT.
166+
1. MQTT broker tries to authenticate the credentials as SAT credentials.
167167

168168
If the custom authentication server is unavailable and all subsequent methods determine that the provided credentials aren't relevant, then the broker denies the client connection.
169169

0 commit comments

Comments
 (0)