I have an app, and marketplace on two subdomains, and I’m trying to setup a button on the marketplace that will allow users to log out of the app. According to these docs:
I should be able to redirect users from the marketplace to this URL, and it will logout of the app since SSO cookies have been cleared.
So right now I have users redirected following this pattern:
https://YOURTENANT.auth0.com/v2/logout?returnTo=YOURAUTHORIZEDLOGOUTURL&client_id=THECLIENTIDFORYOURAPPLICATION
and I get a 302, however users are not being logged out of the app.