无法注销 openID RPXnow
您好,我正在使用 RPXnow 登录我的网站。 我可以通过 yahoo/google/ 帐户登录。 当我注销我的网站时,我会注销我的网站并且会话被终止。
但是,如果通过 rpx 小部件单击返回再次登录,我将被转移到 yahoo/ google 已经登录。我不必重新输入我的用户名、密码。
我该如何解决这个问题?我是否必须通过 /to rpxnow 发送一些信息才能退出我的 yahoo/ 当我在我的网站注销时谷歌帐户。 我所做的就是 session.invalidate();注销。我在他们的文档中找不到任何注销步骤。
Hi I am using RPXnow for logging in my website.
I am able to login through yahoo/google/ account.
when I logout of my website I get logged out of my website & session is killed.
However if click back to sign in again through rpx widget I am transferred to yahoo/
google which is already signed in.I do not have to reenter my user name,password.
How can i solve this?Do i have to send some info through /to rpxnow to signout of my yahoo/
google account when i logout at my website.
All I do is session.invalidate(); to logout.I could not find any step to logout in their document.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是你想要做的,当用户注销你的网站时,他们注销的是你的网站,而不是谷歌/雅虎,如果他们想注销他们的 openId 提供商的网站,他们必须去那里。
That's not what you want to do, when the user logs out of your website, they're logging out of your website, not google/yahoo, if they want to logout of their openId provider's website they have to go there.