I have a case where I need to separate the users by type in Keycloak.Basiacally the entire application is separated by two user types. For the purposes of the example let's say a seller and a buyer. Both of them SHOULD have their own registration page since the props for the two are different. Is there a way to duplicate the registration page with configuration or is there a workaround without extending or coding on the Keycloak codebase? Using the keycloak api to bypass the registration page is not recommended.
So far I have researched multitenancy options as described in the official documentation but it is clearly stated that the two realms cannot cross access their resources and in my case a buyer needs to see what a seller sells....
