TheProjecter / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 1 forks source link

Not able to logout using Asp.net #285

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.login with gmail
2.logout with logout button
A.                             
SocialAuthUser.GetCurrentUser().Logout(SocialAuthUser.CurrentProvider.ToString()
);
                            Response.Redirect("~/");

B.                        if (SocialAuthUser.IsLoggedIn())
                            SocialAuthUser.GetCurrentUser().Logout("~/About.aspx");

both scenario is not working.

What is the expected output? What do you see instead?

I want to once user click on Logout button then it will logout from any social 
website googel, FB, LinkedIn etc, redirect to default page.

What version of the product are you using? On what operating system?
I am using Windows 8 pro and VS2012

Please provide any additional information below.

Original issue reported on code.google.com by jitendra...@gmail.com on 15 Aug 2013 at 11:57

GoogleCodeExporter commented 9 years ago
Logout from provider isn't available in SocialAuth as this functionality isn't 
exposed by most of the OAuth providers. This is more of a limitation due to 
external components and will be added once is available from OAuth providers.

P.S. This forum is for Java variant of SocialAuth. Please post .Net variant's 
questions at https://code.google.com/p/socialauth-net/issues

deepak

Original comment by deepakag...@gmail.com on 22 Aug 2013 at 1:03

GoogleCodeExporter commented 9 years ago
Closing this one.

Please open a new issue on .net portal as mention above comment if issue still 
persist.

Regards
Tarun

Original comment by tarun.na...@3pillarglobal.com on 29 Aug 2013 at 3:12