]
Darran Lofthouse moved WFLY-7779 to WFCORE-2407:
------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-2407 (was: WFLY-7779)
Component/s: Security
(was: Security)
ReAuth does not work with Elytron
---------------------------------
Key: WFCORE-2407
URL:
https://issues.jboss.org/browse/WFCORE-2407
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Jan Kalina
Assignee: Darran Lofthouse
Labels: elytron-legacy-test-fails
Following way of change identity from servlet does not work:
{code:java}
LoginContext lc = getCLMLoginContext(username, password);
lc.login();
{code}