Shindig是否支持OAuth2.0
伙计们。正如标题中提到的,我想知道Shindig是否实现了OAuth2.0?我找到了一个网址:http://codereview.appspot.com/3138041/。但是,当我启动tomcat时,它抛出以下异常: org.apache.http.conn.ConnectTimeoutException:连接到 www.google-analytics.com/www.google-analytics.com/2404:6800:8005:0:0:0:0:61 超时 我不确定如何解决这个问题,以前遇到过这个问题的人可以给我一些提示吗?先感谢您!
guys. As mentioned in the title,I wonder whether Shindig implement OAuth2.0 or not? I found an url:http://codereview.appspot.com/3138041/.When I startup the tomcat,however,it throws following exception:
org.apache.http.conn.ConnectTimeoutException: Connect to www.google-analytics.com/www.google-analytics.com/2404:6800:8005:0:0:0:0:61 timed out
I am not sure how to fix this problem and does anyone who encountered this problem before can give me some hints? Thank you in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,Shindig 的 2.5 分支确实支持 OAuth 2.0。 Shindig 包含客户端和提供者实现。您在启动 Tomcat 时看到的异常可能与 Shindig 中的一项功能指向该 URL 相关,但由于某种原因它无法访问该 URL。在大多数情况下,Shindig 应该仍然可以正常运行。
Yes the 2.5 branch of Shindig does support OAuth 2.0. Shindig contains both a client and provider implementation. The exception you are seeing when starting Tomcat probably has to do with the fact one of the features in Shindig points to that URL and for one reason or another it cannot access the URL. For the most part Shindig should still function properly.