如何在GSP中使用openid4java实现openID
如何在gsp中构建openID ReturnURL?
Define a ReturnURL
This is the endpoint where your webapp will receive and process the authentication responses from the OpenID Provider.
String _returnURL = "http://example.com/openid";
参考:http://code.google.com/p/openid4java/wiki/QuickStart< /a>
How to build openID ReturnURL in gsp??
Define a ReturnURL
This is the endpoint where your webapp will receive and process the authentication responses from the OpenID Provider.
String _returnURL = "http://example.com/openid";
Reference:http://code.google.com/p/openid4java/wiki/QuickStart
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您在 config.groovy 文件中正确设置了 grails.serverURL,则可以使用将绝对值设置为 true 的 createLink 标记:
Assuming that you have grails.serverURL set appropriately in your config.groovy file you can use the createLink tag with absolute set to true: