]
Brian Stansberry updated WFCORE-3045:
-------------------------------------
Fix Version/s: (was: 3.0.0.Beta29)
Elytron - unable to use OTP SASL mechanism
------------------------------------------
Key: WFCORE-3045
URL:
https://issues.jboss.org/browse/WFCORE-3045
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Josef Cacek
Assignee: Darran Lofthouse
Priority: Blocker
Labels: eap7.1-rfe-failure
I'm not able to use the new OTP SASL mechanism in WildFly (introduced as part of
EAP7-530).
It seems the only security-realm which has subsystem support for OTP is the
{{ldap-realm}} now. Nevertheless the name filtering in
{{AbstractMechanismAuthenticationFactory.getMechanismNames()}} doesn't return OTP as
supported in ldap-realm. Neither the {{PasswordGuessEvidence}} nor {{PasswordCredential}}
checked in the method seems to be supported.