他们的注销网址适用于所有 Openids 吗?

发布于 2024-11-24 07:46:49 字数 195 浏览 0 评论 0原文

假设我通过 Google 登录 xyz.com 网站。 然后,当我注销 xyz.com 网站时,但 google 仍然保持登录状态。

至于 facebook,有注销 url,我们也可以通过它注销 facebook。

是否有所有开放 ID 的注销网址,例如 yahoo、google 等。如果没有,我们如何才能注销它们。

谢谢,

Suppose I login to xyz.com site via Google.
Then when I signout of the xyz.com site but google still keeps on logged in.

As for facebook there is logout url, with which we can logout facebook as well.

Are there logout urls for all open ids, like yahoo, google etc. if not how can we signout them as well..

Thanks,

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

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

发布评论

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

评论(2

时光暖心i 2024-12-01 07:46:49

OpenID依赖方无法将用户从OP中注销,您只能实施
本地注销。就像RP无法让用户登录OP一样。

各个 OpenID 提供商提供不同的注销 URL,
用户可以被重定向。

谷歌:https://www.google.com/accounts/Logout

雅虎:https://login.yahoo.com/config/login?logout=1

另请参阅问题如何向启用 OpenID 的网站添加注销功能? 我在哪里找到了上面的答案。

OpenID relying party can't log user out of OP, you can only implement
local logout. Just like RP can not log user into OP.

Individual OpenID providers offer different URLs for logout to which
the user can be redirected.

Google: https://www.google.com/accounts/Logout

Yahoo: https://login.yahoo.com/config/login?logout=1

See also question How to add logout feature to an OpenID enabled site? where I found the answers above.

与酒说心事 2024-12-01 07:46:49

我不知道您应该通过 URL 将它们注销。如果 OpenID 网站记住了用户,则表明用户已选择让 OpenID 网站记住其信息,如果他们想明确注销,可以直接从 OpenID 提供商处执行此操作。

I don't know that you should be signing them out via URL. If the user is being remembered on the OpenID website, then that indicates that the user has chosen to have their information remembered by the OpenID website, and if they wanted to explicitly log out, they could do it directly from the OpenID provider themselves.

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