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.
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.
From this answer: https://mcmap.net/q/1924408/-how-to-logout-from-relying-party
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.
© 2022 - 2024 — McMap. All rights reserved.