Skip to Content
0
Former Member
Sep 22, 2008 at 04:09 PM

Call RFC from EJB using SSO

47 Views

Can anyone point me in the right direction on the best practice for calling an RFC using SSO from an EJB?

When using the local interface for the EJB, the only solution I see is to pass the authenticated IUser instance from the portal component to the EJB business method through the method signature.

I am guessing that there is a better way to get access to an authenticated user in the EJB container.