【发布时间】:2014-04-28 14:32:25
【问题描述】:
我想在Grails中通过openID策略实现登录机制。
那我该怎么做呢?
这里我使用的是google mail付费服务。(指付费账户)。
我怎样才能获得 openId?
【问题讨论】:
标签: grails spring-security openid grails-2.0 grails-plugin
我想在Grails中通过openID策略实现登录机制。
那我该怎么做呢?
这里我使用的是google mail付费服务。(指付费账户)。
我怎样才能获得 openId?
【问题讨论】:
标签: grails spring-security openid grails-2.0 grails-plugin
您有多种插件形式的选项。当然,哪个插件取决于您的要求。以下是最流行的 OpenID 相关 Grails 插件的部分列表。
这里是a blog post,它为您提供了一个在具有 Google 帐户的 Grails 应用程序中使用 Spring Security 的示例。
【讨论】: