Can't logout social connection in mobile application

I’m trying to logout the user from social connection. The user should re-enter their social connection credentials when the they do a social connection authentication instead of automatically authenticating/logging them in.

Any help would be appreciate it.

I tried:
https:/some-app.auth0.com/v2/logout
https://some-app.auth0.com/v2/logout?federated

A good starting point is Logout which lists the following list of social providers where federated logout works:

The following identity providers support federated logout:

AOL
Evernote
Facebook
Fitbit
GitHub
Google
Apps
OAuth 2.0
LinkedIn
Microsoft
Active Directory Federation Services
Office 365
Windows Azure Active Directory
Windows Live
Salesforce/Salesforce Sandbox
Twitter
Yahoo
Yammer

This video also may be helpful in understanding what is going on.

Hi Jeremy, I read over the document yesterday and tried everything in there. I’m not sure if it is because I’m using Xamarin.

Logged in using Facebook, when I try https:/some-app.auth0.com/v2/logout I get an “ok” respond and
https://some-app.auth0.com/v2/logout?federated takes me to Facebook. None of them logs me out because I when I try to login/authenticate with Facebook it does it automatically and does not ask for credentials.

Hello, I’m experiencing the same issue with my Xamarin.android application (xamarin.ios not tested).

When I send user to /logout?federated&returnTo=(mycallbackurl) I get the following behaviors:
On google: user logout successfully but dont get redirected back to returnoTo url. He continues on google login page;
On facebook: user dont even logout and I’m redirected to facebook timeline istead of getting back to returnTo url;
On username/password: user logout and get redirected back to returnTo url successfully.

Any help would be appreciated.
Thanks in advance.

I’m experiencing this very same problem. The user is not logged out of the social idp.

Anyone solved this issue? Having simmilar problems when using social providers within an asp net core application and the user doesn’t get logged out at any social provider.

Hey there!

Sorry for such huge delay in response! We’re doing our best in providing you with best developer support experience out there, but sometimes our bandwidth is not enough comparing to the number of incoming questions.

Wanted to reach out to know if you still require further assistance?