]
Claudio Miranda commented on WFLY-10257:
----------------------------------------
Can you try with the new web console ? It was merged in wildfly today.
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
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.