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

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to