Hello @scott.miller,
Thank you for reaching out to us!
When calling the logout endpoint, you can specify two properties as described here, as from what I can see your logout request includes both the clientID and the returnTo parameter, like below:
https://{yourDomain}/v2/logout?returnTo=http%3A%2F%2Fwww.example.com&client_id={clientId}
As a mention:
If the
client_id
parameter is included, thereturnTo
URL that is provided must be listed in the Application’s “Allowed Logout URLs” in the Auth0 dashboard. However, if theclient_id
parameter is not included, thereturnTo
URL must be listed in the “Allowed Logout URLs” at the account level in the Auth0 dashboard.
You can find more information on this following documentation.
Thank you!
Gerald