[jboss-jira] [JBoss JIRA] (WFLY-8413) Clients using SecurityClientFactory are not authenticated when using Elytron
Josef Cacek (JIRA)
issues at jboss.org
Tue Mar 21 04:21:01 EDT 2017
Josef Cacek created WFLY-8413:
---------------------------------
Summary: Clients using SecurityClientFactory are not authenticated when using Elytron
Key: WFLY-8413
URL: https://issues.jboss.org/browse/WFLY-8413
Project: WildFly
Issue Type: Bug
Components: EJB, Security
Reporter: Josef Cacek
Assignee: Darran Lofthouse
Priority: Blocker
Clients using {{org.jboss.security.client.SecurityClientFactory}} are not authenticated when Elytron security is used on the server.
For instance if a servlet authenticates to call a protected EJB:
{code:java}
SecurityClient client = SecurityClientFactory.getSecurityClient();
client.setSimple("user", "password");
client.login();
ejb.callProtectedMethod();
// ...
{code}
Clients with such code don't work with Elytron, which makes easy application migration to Elytron impossible.
Setting priority to blocker as we need to provide a simple migration way.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list