Hi, I am using JAAS authentification module to authenticate user within tomcat 5.0.27.
After the authentification, I want to control access to resources (like ejb deployed in weblogic application server). To control access, I have to use weblogic api with the Subject instance delivred by authentification to tomcat. The problem is : how can I get the subject object.. I try session.getAttribute( "javax.security.auth.subject" ); but it seems that I can't access to this information ! Any ideas? Thanks,
