]
Martin Choma moved JBEAP-6384 to WFLY-7287:
-------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7287 (was: JBEAP-6384)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Security
(was: Security)
Affects Version/s: 11.0.0.Alpha1
(was: 7.1.0.DR6)
User should be able to specify only one password mapper in jdbc-realm
resource
------------------------------------------------------------------------------
Key: WFLY-7287
URL:
https://issues.jboss.org/browse/WFLY-7287
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 11.0.0.Alpha1
Reporter: Martin Choma
Assignee: Pedro Igor
Priority: Minor
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.