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

2008-02-13 Thread rammy1984
Hi iam using the portal server 2.6.3GA and iam trying to configure the server so that the user is authenticated against the LDAP server for which ia using the openDS server. i went through the Jboss docs . i want to know how to get the users from LDAP using the JBoss API provided for this.

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

2007-09-21 Thread lucboudreau
I was able to use ACEGI as an alternative. I can't post any specific code or details because we're using a custom extension to the CAS specification, but a simple Google search will tell you enough to do this. View the original post :

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

2007-03-16 Thread engela
For anyone following this thread: I have finally managed to authenticate using Acegi Security. For information see: http://www.jboss.com/index.html?module=bbop=viewtopicp=4028742#4028742 Regards, Anette View the original post :

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

2007-03-14 Thread engela
I came across some documentation about the org.acegisecurity.adapters.jboss.JbossAcegiLoginModule which may be used to integrate Acegi in JBoss Portal. I haven't yet had the time to test it but here is the link. http://sun.calstatela.edu/~cysun/documentation/acegi/acegi.html#ca-jboss Regards,

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

2007-03-13 Thread Antoine_h
Did you find about configuring the Acegi Security : anonymous wrote : | - Has anyone successfully integrated AcegiSecurity for authentication and retrieving the roles of a user e.g. by using the LoginModule: org.acegisecurity.adapters.jboss.JbossAcegiLoginModule? How do I configure the

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

2007-03-13 Thread engela
I haven't had the time to try to integrate my portal with Acegi yet. If I can figure out how, I will post it here. Best Regards, Anette View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4027488#4027488 Reply to the post :

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

2007-03-13 Thread bdaw
engela wrote : | I haven't had the time to try to integrate my portal with Acegi yet. If I can figure out how, I will post it here. | If you figure out could you create a wiki page for it? http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossPortal Many people asked about Acegi and its easier

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

2007-03-12 Thread engela
Thanks a lot for your help. I added the role Authenticated and everything is working fine. Personalization is not important to my application. The security aspect is what I am really interested in i.e. to be able to configure which pages and portlets a user can access depending on their roles.

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

2007-03-09 Thread bdaw
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