Assign user to multiple Organizations

Hi,

I am trying to make this implementation with Keycloak 25.0.1
Organization feature: On
Fixed number of REALM’s: 2

In my configuration I want to assign REAL users in multiple Organizations, this setup will facilitate the integration with the application I am working on.

From my tests it seems that the core feature of Organizations has limit to assign the users in only one Organisation.

This feature seems to be implemented in an Keycloak plugin phasetwo, but I wanted to keep my implementation simple and to use only core Keycloak features.

Is there any want to configure the core Keycloak organisation feature to assign users in more than one organization?

Thank you in advance!

The feature that allows members to join multiple organizations is available in the main branch [1]. Therefore, you can either wait for the next KC release or build KC from source to try it out [2]

[1] Allow members joining multiple organizations by pedroigor · Pull Request #29613 · keycloak/keycloak · GitHub
[2] keycloak/docs/building.md at main · keycloak/keycloak · GitHub

Thank you @embesozzi :saluting_face: