문제

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?

도움이 되었습니까?

해결책

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

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top