Hi, I am trying to integrate Slide2.1 (for a custom, non-WCK store) to use JAAS (actually Oracle JAZN, an implementation of JAAS) for authentication.
I have setup the security and JAAS by editing web.xml and other Oracle specific files. JAAS authentication is working fine. But after the authentication in the browser, ACLSecurityImpl.evaluateAcl() fails because SecurityImpl.getPrincipal() trys to lookup a SubjectNode for the JAAS Principal name in the users/ directory. Should the Principal name be same as the user's defined in Slide (such as root)? What if it is different format such as realmname/username ? Do I have to provide my own implementation for Security interface? I am looking for using JAAS (JAZN) for defining the roles, users & authentication and would like to use Domain.xml for access control. I have read through the mails about JAAS and docs in the security section, but could not find much information to get this working. Thanks, Girish --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
