We’re currently getting a failure when we log out of our apps because the redirect url doesn’t match an allowed login url. How can I update the allowed login urls to match our urls?
- Our app url is in the form https://{organization_name}.{environment_name}.trueprodigyapps.com. Example: https://travis.dev.trueprodigyapps.com.
- We have about 40 organizations and 3 environments, so that’s 120 urls that we’d need to enter manually if we can’t find some kind of a shortcut.
- We have https://*.trueprodigyapps.com as one of the allowed logout urls, but that doesn’t seem to match our domain urls, presumably because we use 2 subdomains.
- I tried entering https://{organization_name}.dev.trueprodigyapps.com but that threw an “invalid url” error.
How can I make this work?