Logout from Auth0 not from Google

I have configured the social media login using Google, but the issue is that when I log out from my app it is logging out my Google account as well. There is a way to log out just from Auth0 but don’t force log out from Google?

This might be caused by a parameter in your logout URL, check if in your logout URL you have this estructure:

If so, please remove the federated parameter, this “federated parameter” is used because in some cases, the user must be log out from the App and from the Identity Provider as well, although this is not a common practice.

Find more info here: https://auth0.com/docs/logout#log-out-a-user