]
Darran Lofthouse moved WFLY-7287 to WFCORE-2364:
------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-2364 (was: WFLY-7287)
Component/s: Security
(was: Security)
Affects Version/s: 3.0.0.Beta7
(was: 11.0.0.Alpha1)
User should be able to specify only one password mapper in jdbc-realm
resource
------------------------------------------------------------------------------
Key: WFCORE-2364
URL:
https://issues.jboss.org/browse/WFCORE-2364
Project: WildFly Core
Issue Type: Bug
Components: Security
Affects Versions: 3.0.0.Beta7
Reporter: Martin Choma
Assignee: Pedro Igor
Priority: Minor
Labels: user_experience
It is possible to specify in {{principal-query}} all of {{clear-password-mapper}},
{{bcrypt-mapper}}, {{simple-digest-mapper}}, {{salted-simple-digest-mapper}},
{{scram-mapper}} at one moment. But, in fact, specifying only one mapper per principal
query make sense. Change model/subsystem , that only adding on password mapper at a moment
is allowed.