]
Darran Lofthouse updated WFLY-7552:
-----------------------------------
Fix Version/s: 11.0.0.Alpha1
Elytron mapped-regex-realm-mapper "pattern" and
"name" attributs have wrong description.
----------------------------------------------------------------------------------------
Key: WFLY-7552
URL:
https://issues.jboss.org/browse/WFLY-7552
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Hynek Švábek
Assignee: Dmitrii Tikhomirov
Fix For: 11.0.0.Alpha1
Elytron mapped-regex-realm-mapper "pattern" and "name" attributes
have wrong description [1].
*Actual description*
{code}
The regular expression to use for this NameRewriter.
{code}
*Expected description*
Some like that (from DMR):
{code}
The regular expression which must contain at least one capture group to extract the realm
from the name.
{code}
[1]
https://github.com/wildfly-security/elytron-subsystem/blob/580569d17cb6c3...