Thanks Kalle -- you've made it easy for me!!!

I added this to my AppModule and it works perfectly:

    @Startup
public static void specifyAuthenticationStrategy(@InjectService("ModularRealmAuthenticator") ModularRealmAuthenticator mra)
        {
        mra.setAuthenticationStrategy(new FirstSuccessfulStrategy());
        }

I will give some thought to creating separate token types in the future, but for now all the logins come through one login page.

Thank you very much for your help!!!
Charles




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to