-
Hi, I'm trying to setup a dynamic redirect so my users can be directed a single endpoint depending on which environment they are using. I have tried following the docs https://docs.codat.io/auth-flow/customize/set-up-redirects#dynamic-hosts
Then when navigating to Is there a specific format these Allowed Redirect URLs are supposed to be in? It won't let me save just the domain. Also it's quite confusing as in the settings panel the Authorization Complete Redirection Url is just labelled as Redirect URL -> URL. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If those are your settings, then
Which isn't a valid URL. Try: And navigate to: Also not 100% sure off the top of my head if the colon in |
Beta Was this translation helpful? Give feedback.
-
Just tried adding Although that has helped me find the solution. Authorization Complete Redirection URL Allowed redirect URLs |
Beta Was this translation helpful? Give feedback.
Just tried adding
localhost
andlocalhost:5001
on it's own but was met with this error on the field.Although that has helped me find the solution.
Authorization Complete Redirection URL
{domain}/accountingSuccess?statusCode={statusCode}&companyId={companyId}&errorMessage={errorMessage}
Allowed redirect URLs
http://localhost:5001
https://test.app.com