Flows redirections for dynamic environments #1666
-
Hello, we are currently developing a client-side application with Kratos, which is working pretty well, but after updating the configuration I thought of a problem which might not be handled by Kratos yet to match out Gitflow: We have a production environment and multiple feature environments (which are dynamically created by our GitFlow), we considered to have only one Kratos server for production and one kratos to handle every feature environments. We are on GitLab, so one MR = one feature environment deployed. The problem with this, is that every redirection URL use a single domain in the configuration examples. So my question is, if we only put a path like Thnaks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Multi-domain environments are currently not well supported unfortunately.I think your solution could work but it's not officially supported. |
Beta Was this translation helpful? Give feedback.
-
I'm new to Kratos, my answer may be completely wrong but this doc seems related to me. |
Beta Was this translation helpful? Give feedback.
I'm new to Kratos, my answer may be completely wrong but this doc seems related to me.
return_to
andwhitelisted_return_urls
parts...