I’ve successfully implemented Auth0
.webAuth().clearSession(federated: true) and configured “Allowed Logout URLs” from the auth0 docs:
Go to your Dashboard Settings and make sure that the Allowed Logout URL field contains the following logout callback URL:
{PRODUCT_BUNDLE_IDENTIFIER}:domain/{PRODUCT_BUNDLE_IDENTIFIER}/callback
but its opening browser when user taps on logout button and displaying message that my app wants to use “Auth0.com” to sign in which is looking totally weird on sign out feature. When we click on allow it display the google account screen and user have to cancel that.
So there are 2 things, first if browser must need to open to clear cache then let me know the way to customize that message that asking user for sign in on sign out feature.
Secondly, why it don’t close itself the next google account screen.