Logout redirect return to not working properly

I have configured a Auth0 web API applciaiton, i am using https://MY_DOMAIN/logout?returnTo=https://someweb.com. I have configured the logout URL. I have verified allowed logout URL but it is saying i need to configure allowed logout URL again.

Error Message

Configured allowed logout URL in applicaiton

URL Using for logout
https://dev-xo-4mntd.auth0.com/v2/logout?returnTo=http%3A%2F%2Flocalhost%3A62305%2F

Hi and welcome to the Auth0 community!

I think the issue may be that as you are not specifying a client ID in your logout request, the logout URL needs to be added to your tenant’s allowed logout urls. Were you adding it to the application’s allowed logout URLs instead?

Please see here for more details: https://auth0.com/docs/logout/guides/redirect-users-after-logout

1 Like

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