sanghavi7
sanghavi7

Reputation: 754

How can I integrate OpenID in my project?

I want to implement login mechanism through openID strategy in Grails.

So how can I do it?

Here I have used google mail paid services.(means paid account).

How can I get openId for that?

Upvotes: 0

Views: 186

Answers (1)

Joshua Moore
Joshua Moore

Reputation: 24776

You have several options in the form of plugins. Which plugin of course, depends upon your requirements. Here is a partial list of the most popular OpenID related Grails plugins.

Here is a blog post that gives you an example of using Spring Security in a Grails application with a Google account.

Upvotes: 1

Related Questions