Cannot logout of Facebook completely

https://my-domain.us.auth0.com/v2/logout?federated&client_id=my_client_id&returnTo=https%3A%2F%2Fmy-domain.us.auth0.com%2Flogout%3FreturnTo%3Dhttp%3A%2F%2Flocalhost%3A3000%2Flogout-successfully&access_token=[our_user_access_account]&client_secret=our_client_secret.

I called this API on our FE but after logout it redirected to auth0 page with error logout redirect domain is not in allowed domain list (https%3A%2F%2Fmy-domain.us.auth0.com%2Flogout%3FreturnTo%3Dhttp%3A%2F%2Flocalhost%3A3000%2Flogout-successfully).

However when our FE called the api with redirect domain (returnTo=http://localhost:3000) it performed logout successfully but it’s redirect to facebook user home page instead of logging them out.

Hi @trangtrikiet,

This sounds like a misconfiguration. Can you please DM me a HAR of the logout transaction?