Do I need to write a custom authentication provider to use facebook connect with account registration + authorization for the Spring Security plugin in Grails? I am trying to offer the traditional application registration with facebook connect in a grails dev app using Spring Security. Does this make sense? Any ideas?
views:
60answers:
1
+1
A:
You can inspiration in spring-security-facebook project. But the project is no longer has an active development.
Other possibility is to use Apache Shiro plugin which has facebook login or nimble plugin.
amra
2010-08-08 10:41:57
Thanks for your thoughts... I am currently toying around with the Shiro plugin + Facebook Graph plugin. I tried Nimble, I wanted to have a bit more control and figured it would be in my best interest to learn a bit more about Shiro in general.
croteau
2010-08-08 20:02:49