-
Bug
-
Resolution: Obsolete
-
Blocker
-
3.0.0.Beta10
-
None
In case when attribute allow-sasl-mechanisms from Elytron Authentication Configuration includes some SASL mechanisms then this attribute (and mechanisms configured there) is not taken into account during choosing SASL mechanism. It means that client tries to use all of mechanisms allowed on server side even if client does not allow them. e.g. in case when server side allowed DIGEST-MD5 and JBOSS-LOCAL-USER and client side allows PLAIN, then it tries to use DIGEST-MD5 and JBOSS-LOCAL-USER mechanisms.
See log from wireshark in attachments. This is log for server configured through "Steps to Reproduce".
This happens also for using allow-sasl-mechanisms from wildfly config and also for programatically configured client.
We request blocker since it allows to use some SASL mechanisms even if they are not allowed on client side.
- clones
-
JBEAP-10090 Attribute allow-sasl-mechanisms is ignored in Elytron Authentication Configuration
- Closed
- relates to
-
WFCORE-2754 Propagate sasl-mechanism-selector to elytron subsystem
- Resolved