-
I'm trying to setup Kratos as the user management system for my org, but am trying to do so in such a way that multiple first-party web apps could share this system. All webapps would be deployed and hosted using the same base domain (e.g. Is there any way to dynamically set valid return_to URLs or use wildcards to support multiple subdomains without explicit registration? I don't want to have to reconfigure and restart the user management system every time a new first-party app wants to leverage the user management system. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is already tracked as #943 😉 |
Beta Was this translation helpful? Give feedback.
This is already tracked as #943 😉
Please head over to the discussion there. Kratos supports hot reloading the config, so it should be possible to dynamically add a organization while the service is up (as a workaround for now).