]
Darran Lofthouse moved WFLY-7939 to WFCORE-2444:
------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-2444 (was: WFLY-7939)
Component/s: Security
(was: Security)
There isn't possibility log in to management web console as user
which was dynamically added after EAP was started.
-------------------------------------------------------------------------------------------------------------------
Key: WFCORE-2444
URL:
https://issues.jboss.org/browse/WFCORE-2444
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Hynek Švábek
Assignee: Darran Lofthouse
I am not able to log in to management web console as user which was dynamically added
after EAP was started.
*Scenario:*
* EAP is running - *standalone.sh -c=standalone-elytron.xml*
* add user through script *add-user.sh -u john -p password1! -s*
* log in to management web console as user *john*
*Result:*
* It doesn't work until restart
When we use Picketbox then it works fine.