Thanks Dave, Do you know which class files it checks for user? I may have to alter it a bit to configure for Tomcat SSO. I don't want to display registration page. It is already in place in my own application. I can just redirect to register action with user credentials without his/her password.
Thanks, Leena On Tue, Aug 26, 2008 at 5:47 AM, Dave <[EMAIL PROTECTED]> wrote: > On Mon, Aug 25, 2008 at 7:30 PM, Leena Borle <[EMAIL PROTECTED]> wrote: > > I have struts2 web application with which I am trying to integrate > > Roller-4.0. I have SSO enabled using Form-based-Tomcat-JDBCRealm with > > digested password. > > I need some guidance regarding how to enable roller to use above setup. > > After SSO, if user does no exist in roller database, does it create on in > > 'rolleruser' table ? Similarly will it use tomcat's user-roles or its own > ? > > I haven't deployed a system using Roller's SSO/LDAP features, but I > believe that the way it is supposed work is this. When an > authenticated user arrives and Roller determines that the user is not > yet in the Roller database, then Roller will present the new user > registration page. The page will be pre-populated as much as possible > (from LDAP attributes) and the password field will not be shown. > > Once the user completes and submits the form, Roller will create a > record in its user database for the user and a record for his/her > role. > > - Dave >
