Hi Tony,
While I don't know too much about these social/3rd party logins, there's an open source .net library that does what you've implemented. So perhaps download their lib and see if it works the way you expect it to with regards to the logout. See: https://github.com/SimpleAuthentication/SimpleAuthentication Cheers, Will On Wed, Feb 12, 2014 at 5:54 PM, Tony Wright <[email protected]> wrote: > Hi all, > > I have implemented third-party login in my MVC app. I can log in using > google, facebook and twitter. > > When I click the Logout button, it logs out from my application, but not > from the third-party provider. > > To log out from the third-party provider, I usually need to go directly to > that provider's page and log it out. > > Is this a normal behaviour that should be acceptable, or is there some sort > of call I should be making to get it to log out the third-party provider? > > Regards, > Tony >
