]
Jan Kalina updated ELY-1426:
----------------------------
Fix Version/s: 1.2.0.Beta11
DigestSasl obtains URP digest for authzid instead of username
-------------------------------------------------------------
Key: ELY-1426
URL:
https://issues.jboss.org/browse/ELY-1426
Project: WildFly Elytron
Issue Type: Bug
Components: SASL
Affects Versions: 1.2.0.Beta8
Reporter: Jan Kalina
Assignee: Jan Kalina
Fix For: 1.2.0.Beta11
In following patch was introduced bug:
https://github.com/wildfly-security/wildfly-elytron/pull/851/files#diff-d...
DigestSaslClient requests URP digest for default userName (authzid), not for
authentication name (from NameCallback).
Code is ok for server side, but not for client side, where credential callback params
should require name obtained by NameCallback.