[
https://issues.jboss.org/browse/WFLY-7779?page=com.atlassian.jira.plugin....
]
Jan Kalina updated WFLY-7779:
-----------------------------
Description:
Following way of change identity from servlet does not work:
{code:java}
LoginContext lc = getCLMLoginContext(username, password);
lc.login();
{code}
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
Following way of change identity from servlet does not work:
{code:java}
LoginContext lc = getCLMLoginContext(username, password);
lc.login();
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)