1

My app is using acegi as security.

Is there any facebook connect/google/myspace plugin I can hook up with acegi ?

Sahil Mittal
  • 20,697
  • 12
  • 65
  • 90
cometta
  • 35,071
  • 77
  • 215
  • 324

1 Answers1

0

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
  • 183
  • 1
  • 5
  • 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 '09 at 03: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: 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 Jun 04 '09 at 13:22