Logout with gmail account through c# .net
Asked Answered
S

1

0

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

Shalon answered 30/8, 2013 at 10:15 Comment(2)
Possible duplicate : #1026859Ballenger
Thanks Srinivas , this link useful for me.Shalon
P
0

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.

Plano answered 30/8, 2013 at 10:18 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.