使用 OpenID 验证回访用户的良好替代方法是什么?

发布于 2024-10-15 20:06:24 字数 265 浏览 2 评论 0原文

我正在研究已声明的标识符,但他们似乎对 一些 提供商,显然?帐户电子邮件地址或类似内容的属性交换请求怎么样?这是一个不错的选择吗?

非常感谢您的建议。

I was looking into claimed identifiers, but they seem to have some issues with some providers, evidently? What about an attribute exchange request for an account's email address or something like that? Would that be a good alternative?

Advice much appreciated.

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

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

发布评论

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

评论(1

欢烬 2024-10-22 20:06:24

通过“验证返回用户”,我假设您只是指检测用户何时返回您的帐户并登录?

属性交换数据由用户提供,并且是可选的且易于更改,因此不能依赖于与帐户安全远程相关的任何内容。

Google 的 OpenID 标识符对于每个域来说都是唯一的 - 解决方法就是使用单个域进行身份验证。这是假设您有多个域。如果您只有一个域,那么就不会有任何问题。

By "verify return users", I assume you just mean detect when a user returns to your account and log them in?

Attribute exchange data is provided by users, and is both optional and easily changed, so it can't be relied on for anything that is remotely related to account security.

Google's OpenID identifier is only unique per-domain — the workaround is just to have a single domain used for authentication. And that's assuming you have multiple domains. If you only have one domain, then there aren't any problems.

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