ARTEMIS-3106: list the actual mechanism names not just the generalisation

This commit is contained in:
Robbie Gemmell 2021-09-24 15:23:39 +01:00
parent 72cfda6b1a
commit 8c90068527
1 changed files with 1 additions and 1 deletions

View File

@ -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.