-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
keycloak multi login #31
Comments
Possible solution: change role names in keycloak for each instance.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In SIAgro we have 7 different Zendro instances for each project and we need to have users and roles defined for each of them.
Ideally, if a user has a username
USER
and have access to different instances, we wish to have the same username with different roles in each instance, e.g. ininstance_1
it could have editor permissions and ininstance_2
could have read permissions only.For now, if a single keycloak service is created to manage everything in the same place, we can automatically login in all instances without asking for credentials again in other instances (unexpected behavior because not all users will have access to all instances).
On the other hand, if we create independent keycloak services for each instance, it does ask for credentials, but in both (1. same keycloak service and 2. different keycloak services) if we have the same username in the instances, the next error appears sometimes:
Error: connect ECONNREFUSED 10.5.0.11.4000
What we need is to be able to have the same username in different instances so a user doesn't have to remember 4, 5 or 6 different usernames.
The text was updated successfully, but these errors were encountered: