]
David Lloyd resolved WFLY-10257.
--------------------------------
Fix Version/s: 13.0.0.Beta1
Resolution: Done
The new web console does fix the issue; I am able to add an authentication configuration.
Thanks!
Cannot add non-anonymous entries to authentication configuration via
console
----------------------------------------------------------------------------
Key: WFLY-10257
URL:
https://issues.jboss.org/browse/WFLY-10257
Project: WildFly
Issue Type: Bug
Components: Web Console
Reporter: David Lloyd
Assignee: Harald Pehl
Priority: Critical
Fix For: 13.0.0.Beta1
If you try to add an authentication configuration which includes an authentication-name
(i.e. is not anonymous), you get an error because the "anonymous" attribute is
present even though it is not valid due to the use of alternatives.
This appears to be a realization of a more general problem handling alternative attribute
sets.