Thank you Eelco, I have a requirement to do a database authentication / authorization as well as LDAP based authentication so to begin with I have to first authenticate the user and Acegi has a clean solution of using the ProviderManager concept. It checks for ldap as well as db for user login. I am first trying get this out.
I want the user to login to the system it can be Acegi /j_security_check or through Wicket login, but I want the user to be authenticated from the LDAP too. The work around I did was keeping the login.jsp and letting the user login through the jsp and get authenticated. I know this is not an elegant solution. Can you give me a sample of how the authorizationstrategy can be plugged in for Acegi? I will try to figure out the other part as I work with it in depth. Thanks in advance. Sunraider Eelco Hillenius wrote: > > Nope, not at this time. How do you want to/ need to employ Acegi? > URL-based authentication could be rather tricky to achieve, but if you > just use the authorization model of Acegi, you should be able to plug > in your own IAuthorizationStrategy that uses Acegi without too much of > a hassle. > > Eelco > > > On 10/20/06, Sajeev Nair <[EMAIL PROTECTED]> wrote: >> Hi, >> >> Are there any samples for Wicket with Acegi ? I am working on a project >> which requires me to work with Wicket and Acegi for security. >> >> Any help in this regard will be highly appreciated. >> >> Thanks in advance. >> >> Sunraider >> >> _________________________________________________________________ >> Sexy, sultry, sensuous. - see why Bipasha Basu is all that and more. Try >> MSN >> Search http://server1.msn.co.in/Profile/bipashabasu.asp >> >> >> ------------------------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, security? >> Get stuff done quickly with pre-integrated technology to make your job >> easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Wicket-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/wicket-user >> > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > -- View this message in context: http://www.nabble.com/Wicket-With-Acegi-tf2478230.html#a7005985 Sent from the Wicket - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
