Hello,
I have a multi tenancy with multiple realms setup in my keycloak and one frontend application, each realm has it’s own set of users etc. The question is how to determine which realm to redirect the user to from the FE app. I can think of two approaches
- determine user realm in FE app by asking user to provide username/email then redirect
- a custom flow to a main client in keycloak then redirect user to dist client but I run into client session issues when I redirect from one client to another
could I get some direction on which approach to go for and I would appreciate any recommendations for different approaches