[jboss-jira] [JBoss JIRA] (WFLY-7779) ReAuth does not work with Elytron
Jan Kalina (JIRA)
issues at jboss.org
Mon Jan 2 04:47:00 EST 2017
[ https://issues.jboss.org/browse/WFLY-7779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jan Kalina updated WFLY-7779:
-----------------------------
Steps to Reproduce:
Tests: (after modification to use Elytron instead of legacy subystem: https://github.com/wildfly-security-incubator/wildfly/pull/56 )
org.jboss.as.test.integration.ejb.security.testAuthentication_ReAuth_ViaServlet()
was:
Tests: (after modification to use Elytron instead of legacy subystem)
org.jboss.as.test.integration.ejb.security.testAuthentication_ReAuth_ViaServlet()
> 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)
More information about the jboss-jira
mailing list