How to logout from federated login in flutter

i implemented Google login in my app but not able to clear the cache (Unable to logout the user from Auth0 session ).
when user logged in by Google login and try to logout using

auth0.webAuthentication(scheme:'https')
          .logout

user gets logout from App but Re-login don’t ask for Google Credentials and logging in with same earlier used credentials.

Hey there @gurpreet.ganger welcome to the community!

This is expected behavior as by default Auth0 does not logout from upstream identity providers, in this case Google. The reason being that if the user were to be logged out from Google on logging out of your app/Auth0 this would log them out of ALL applications tied to Google. Please see the following as well:

Hope this helps!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.