]
Darran Lofthouse updated WFLY-7066:
-----------------------------------
Fix Version/s: 11.0.0.Alpha1
Wrong description of simple-regex-realm-mapper /
mapped-regex-realm-mapper in model
-----------------------------------------------------------------------------------
Key: WFLY-7066
URL:
https://issues.jboss.org/browse/WFLY-7066
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 11.0.0.Alpha1
Reporter: Martin Choma
Assignee: Jan Kalina
Fix For: 11.0.0.Alpha1
In output of
{noformat}/subsystem=elytron:read-resource-description(recursive=true){noformat} , there
is wrong description of simple-regex-realm-mapper / mapped-regex-realm-mapper
_"Definition of a custom RealmMapper"_ , what is probably copied from
custom-realm-mapper.
In XSD, there is more proper
* mapped-regex-realm-mapper: _"A RealmMapper implementaion that first uses a regular
expression to extract the realm name, this is then converted using the configured mapping
of realm names."_
* simple-regex-realm-mapper: _"A simple RealmMapper definition that attempts to
extract the realm name using the capture group from the regular expression, if that does
not provide a match then the delegate RealmMapper is used instead."_