Logout with gmail account through c# .net

橙三吉。 提交于 2019-12-12 02:50:05

问题


i am using DotNetOpenAuth dll for logging my sample application through gmail authentication through c# .net.

I successfully login in my gmail account then i want to logout from my gmail account. I referred this link for login in gmail accout.

Login with gmail account through c# .net


回答1:


From this answer: https://stackoverflow.com/a/1026384/237838

I think you are mistaking the Relying Party and the OpenID Provider. Using StackOverflow as an example, SO is the Relying Party and other sites (e.g. Google) are the OpenID Provider(s).

The Relying Party (e.g. SO) has no say in when the OpenID Provider (e.g. Google) chooses to "forget" the user for their own purposes.

DotNetOpenId doesn't offer this feature because OpenID itself doesn't have this feature in its spec.



来源:https://stackoverflow.com/questions/18530457/logout-with-gmail-account-through-c-sharp-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!