从 OpenID 获取用户名或真实姓名的可靠方法

发布于 2024-12-01 12:42:40 字数 233 浏览 0 评论 0原文

我正在开发的网站支持使用默认的 SimpleOpenIDSelector 提供程序(与 stackoverflow 登录页面上列出的提供程序相同)登录。虽然它适用于简单登录,但我的 AX 所需请求仍未得到满足。例如,Blogger 不会通过 AX 披露名字/姓氏/友好名称。

如何确保获得的字符串是用户的首选名称?处理此问题的可能的解决方法或替代方案或标准方法是什么?

我正在使用最新的 python-openid 库。

The site I am developing supports sign-in with the default SimpleOpenIDSelector providers (the same providers that are listed on stackoverflow login page). While it works for simple sign-ins, my AX-required requests remain unfulfilled. For example, Blogger does not disclose first/last/friendly name through AX.

How can I ensure that I get a string that is the user's preferred name? What are the possible workarounds or alternatives or standard methods of dealing with this?

I am using the latest python-openid library.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

朱染 2024-12-08 12:42:40

你不能。由于 SREG 和 AX 是 OpenID 的扩展,因此您不能指望每个人都使用它,因此您无法确定是否会从提供商处获取任何数据。

处理此问题的标准方法是使用包含缺失字段的普通注册表单。只需使用提供商提供的 SREG/AX 数据作为用户的方便(就好像他在注册表中手动输入数据一样),而不是作为您应该依赖的东西。

You can not. Since SREG and AX are extensions to OpenID, you can't expect everyone to use it, and therefore you can't be sure that you will get any data back from a provider.

The standard method of handling this is to have a normal registration form with the missing fields. Simply use the SREG/AX data from the provider as a convenience for the user (as if he entered the data manually in your registration form), not as something you should rely on.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文