[jboss-user] [Security & JAAS/JBoss] - Another way to authenticate in SSOAutoLogin

alemser do-not-reply at jboss.com
Thu Aug 23 08:59:47 EDT 2007


Hi,

I´ve been trying to implement a solution with JBOSS Federated SSO within a cluster... (I know that there is no support for that in this version!)

I´m closing to get this work but the way the SSOAutoLogin authenticate the user is not working. 

Using the code below the principal created (JBossGenericPrincipal) is not serializable and an error in JBossCacheService.loadSession(...) is launched:

principal = ((Context)this.container).getRealm().authenticate(username, password);

There´s is another way to authenticate the user?
It´s possible to use the FormAuthenticator?

Thanks in advance,
Alessandro

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077309#4077309

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077309




More information about the jboss-user mailing list