Question

I am currently working on a Grails application and we want users to be able to sign in with their Google accounts. I am currently exploring spring-security-core 1.2.7.3 in conjunction with spring-security-openid 1.0.4. I have followed many tutorials and the best one I have found so far is this one :

http://softwareengineering101.wordpress.com/2013/05/07/integrating-grails-2-with-spring-security-openidgoogle-single-sign-on/

Unfortunately I don't think this addresses signing in with a Google account, and rather using their openID to sign in.

Does anyone have examples or tutorials of grails projects that allow users to sign in with their Google accounts?

Était-ce utile?

La solution

Peter Ledbrook created an app to submit talks for the Groovy & Grails eXchange conference in London, and it has support for Google logins. The source is here: https://github.com/pledbrook/talk-submissions

Autres conseils

Look at the shiro ouath plugin. It has support for google oauth, and would let you authenticate using google accounts.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top