如何使 dotnetopenid 与 AOL 配合使用
该库不支持 AOL(Google 和 Yahoo 都可以)。 AOL 使用 openid 版本 1.0,我认为这是由于这个原因。我已经尝试过Extremeswank - 与AOL 一起工作- 没有问题,并且sreg 也与AOL 一起工作。
我正在使用 dotnetopenid 的最新版本 3.2.0.9177。
您可以在“sreg Yahoo issues”处检查代码和配置,
您可以检查一下对 OpenID 1.0 版本的支持吗?
谢谢你再见
维塔利
The library does not work with AOL (Google and Yahoo are OK). AOL uses openid version 1.0 and I think it is due to this. I have tried extremeswank - works with AOL - no problems, and sreg works with AOL too.
I am using the latiest version 3.2.0.9177 of dotnetopenid.
You may check code and configuration at 'sreg Yahoo problems'
May you please check support for version OpenID 1.0 ?
Thank you Bye
Vitaly
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是对的:AOL 目前仅支持 OpenID 1.1。
DotNetOpenAuth 完全支持 OpenID 1.1 RP 和 OP。包括美国在线。我刚刚尝试了 DotNetOpenAuth 演示 RP 并使用我的 http://openid.aol.com/webmyway OpenID。
如果它仍然对您不起作用,您能否包括演示损坏行为的重现步骤,并解释什么不起作用?
You are correct: AOL does only support OpenID 1.1 currently.
DotNetOpenAuth fully supports OpenID 1.1 RPs and OPs. AOL included. I just tried the DotNetOpenAuth demo RP and logged in successfully with my http://openid.aol.com/webmyway OpenID.
If it still doesn't work for you, can you please include repro steps that demonstrate the broken behavior, and explain what doesn't work?
我已经尝试过 http://samples.dotnetopenauth.net/v3.2/OpenIdRelyingPartyWebForms/
使用您的 ID:“http://openid.aol.com/webmyway”
它报告登录失败:未找到 OpenID 端点。
谢谢
再见
维塔利
I have tried http://samples.dotnetopenauth.net/v3.2/OpenIdRelyingPartyWebForms/
with your ID: "http://openid.aol.com/webmyway"
It reports Login failed: No OpenID endpoint found.
Thank you
Bye
Vitaly