[jboss-jira] [JBoss JIRA] (WFLY-8413) Clients using SecurityClientFactory are not authenticated when using Elytron

Farah Juma (JIRA) issues at jboss.org
Tue May 2 13:42:00 EDT 2017


     [ https://issues.jboss.org/browse/WFLY-8413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farah Juma reassigned WFLY-8413:
--------------------------------

    Assignee: Farah Juma  (was: Darran Lofthouse)


> 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: Farah Juma
>            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