my app is using acegi as security. is there any facebook connect/google/myspace plugin i can hook up with acegi ?
A:
Take a look at the Grails ACEGI tutorial, specifically this page
There are settings for OpenID, Facebook Connect, LDAP, NTLM, Kerberos, etc. right out of the proverbial box.
MattS
2009-05-01 18:55:40
if i have spring application and i do not want to use grails. i cannot use the plugin u mentioned caused it involed grails right? what i ant is facebook connect on spring security . can u comments
cometta
2009-05-25 03:43:40
I'm not sure how you would do that. The ACEGI Grails plugin came from the base Spring Framework - specifically Spring Security. See here: http://static.springsource.org/spring-security/site/ I think the ACEGI has added onto the base functionality. Grails is just Groovy code - so maybe you could back-port those features for facebook, etc.
MattS
2009-06-04 13:22:44