From 8c900685273b0c7fb2e39f12637dc7ff23316d7d Mon Sep 17 00:00:00 2001 From: Robbie Gemmell Date: Fri, 24 Sep 2021 15:23:39 +0100 Subject: [PATCH] ARTEMIS-3106: list the actual mechanism names not just the generalisation --- docs/user-manual/en/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/en/security.md b/docs/user-manual/en/security.md index 96619bad43..54befb86fd 100644 --- a/docs/user-manual/en/security.md +++ b/docs/user-manual/en/security.md @@ -1349,7 +1349,7 @@ Note: This role mapping only affects the roles which are used to authorize queue ## SASL [AMQP](using-AMQP.md) supports SASL. The following mechanisms are supported: - PLAIN, EXTERNAL, ANONYMOUS, GSSAPI, SCRAM-SHA. + PLAIN, EXTERNAL, ANONYMOUS, GSSAPI, SCRAM-SHA-256, SCRAM-SHA-512. The published list can be constrained via the amqp acceptor `saslMechanisms` property. Note: EXTERNAL will only be chosen if a subject is available from the TLS client certificate.