I work in a SaaS company, we have an auth stack and I want to slowly replace it with a more modern stack like Ory. I have custom UIs and a lot of things in place.
Kratos/Hydra/Oauthleeper are the things that interest me the most.
In production, I want to use the SaaS for support and mitigating misconfiguration and security issues. Self-hosted makes sense on lower testing environments/e2e/local dev etc.
Areas I'm trying to figure out:
• How to cater to those lower envs - better ways? just have accounts for them all? just for that test running on a PR?
• How do you handle initial user provision from our custom db to Kratos and keep a good separation between the user auth aspect in business aspects.