[jboss-user] [JBoss Portal] - Re: Using alternative source for JBoss Portal authentication

bdaw do-not-reply at jboss.com
Fri Mar 9 08:06:14 EST 2007


It will work if you make:


  | 
  | first=Administrators,Admin,Authenticated
  | second=Users,User,Authenitcated
  | 

"Authenticated" is the role used to secure portal servlet. look into jboss-portal.sar\portal-server.war\WEB-INF\web.xml

Yes, with such configuration you need to synchronize user accounts into portal database if you want to enable them personalization inside of portal. This is going to be better supported in JBP 2.6. For 2.6 we also introduced something called SynchronizingLoginModule that can be placed after any other LoginModule in authentication chain. When user is authenticated sucessfully it will be synchronized into portal DB. There is also version integrated with LdapLoginModule. It shouldn be trival to port it for 2.4. 

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

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



More information about the jboss-user mailing list