0 Replies Latest reply on Jul 18, 2016 4:44 AM by imef2k-1

    Picketlink - Propagate security context to ejb layer

    imef2k-1

      Hi,

      I am using Picketlink on EAP 6.4.0 for my app which consists of web apps and ejbs. I am able to successfully log using sso and my principle (security context) is set in the web tier (servlet).

      My servlet calls an EJB however the principal is not being passed to the EJB layer. It is coming out as "anonymous".

      Does anyone know what I need to do to propagate the principal to the EJB layer?

       

      TIA