vote up 1 vote down star

my app is using acegi as security. is there any facebook connect/google/myspace plugin i can hook up with acegi ?

flag

63% accept rate

1 Answer

vote up 0 vote down

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.

link|flag
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 May 25 at 3:43
I'm not sure how you would do that. The ACEGI Grails plugin came from the base Spring Framework - specifically Spring Security. See here: 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 Jun 4 at 13:22

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.