]
Darran Lofthouse reassigned ELY-1174:
-------------------------------------
Assignee: (was: Darran Lofthouse)
set-authorization-name does not work with set-anonymous for Elytron
client
--------------------------------------------------------------------------
Key: ELY-1174
URL:
https://issues.jboss.org/browse/ELY-1174
Project: WildFly Elytron
Issue Type: Bug
Reporter: Ondrej Lukas
Priority: Critical
When {{set-anonymous}} is configured for authentication-configuration of Elytron client
configuration file and this configuration includes {{set-authorization-name}} then
authorization identity has name {{anonymous}}. Value of {{set-authorization-name}} should
be used for authorization identity.
In case element {{set-anonymous}} is changed to {{set-user-name}} then it works as
expected (authorization identity is assigned based on {{set-authorization-name}}).