]
Jan Kalina commented on WFLY-7779:
----------------------------------
Ok, adding *elytron-legacy-test-fails* label.
ReAuth does not work with Elytron
---------------------------------
Key: WFLY-7779
URL:
https://issues.jboss.org/browse/WFLY-7779
Project: WildFly
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}