]
David Lloyd commented on ELY-103:
---------------------------------
Update - as it happens there are two ScramDigestPasswords. That needs to be cleaned up.
SCRAM password and Digest-MD5 password types live in different homes
--------------------------------------------------------------------
Key: ELY-103
URL:
https://issues.jboss.org/browse/ELY-103
Project: WildFly Elytron
Issue Type: Bug
Reporter: David Lloyd
The SASL DIGEST-MD5 password type is located in the sasl.password package, but the SASL
SCRAM password type is in the main password package. We need to pick one place or the
other for SASL password types.