]
Darran Lofthouse resolved WFCORE-2407.
--------------------------------------
Resolution: Out of Date
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}