http://schema.openid.net/contact/email 和 http://axschema.org/contact/email 之间的区别
何时使用 http://schema.openid.net/contact/email 以及何时使用openid 请求中的 http://axschema.org/contact/email。
when to use http://schema.openid.net/contact/email and when to use http://axschema.org/contact/email in openid request.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不幸的是,属性交换(AX)没有标准模式。但 axschema.org 似乎是最接近的。要知道使用哪一个,我所知道的最好方法是在 OP 的 XRDS 文档中寻找有关支持哪些模式的“提示”。例如,DotNetOpenAuth 就是这样做的,并且成功率很高。当 XRDS 不包含任何 AX 架构 URI 时,您可以发送所有三个(是的,共有三种) AX 属性 URI 格式,以最好地确保有用的响应。
Unfortunately there is no standard schema for Attribute Exchange (AX). But the axschema.org seems to be the closest thing to it. To know which one to use, the best way I know of is to look for a "hint" about which schema(s) are supported in the OP's XRDS document. DotNetOpenAuth does this, for example, and has a good success rate. When the XRDS doesn't contain any of the AX schema URIs, you can send all three (yes, there are three) AX attribute URI formats to best ensure a useful response.
如今,首选 AX 模式 url 似乎始终是 schema.openid.net。 axschema.org 域已经关闭近一年了(并不是需要它)。
参考文献:Chris Messina 在 OpenID 列表 和 StackOverflow:Google 仅响应 schema.openid.net。
Nowadays, it seems the preferred AX schema url is always schema.openid.net. The axschema.org domain has been down for almost a year (not that it's needed).
Refs: Chris Messina on OpenID list and StackOverflow: Google only responds to schema.openid.net.