-
Notifications
You must be signed in to change notification settings - Fork 107
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
[FEATURE REQUEST] Upgrade KeyCloak to V14 #1797
Comments
We need to make sure we use a multi-arch image for whatever version we have. Steps and repos here: https://hub.docker.com/repository/docker/epiphanyplatform/keycloak |
13.0.1 multi arch image available here already: https://hub.docker.com/r/epiphanyplatform/keycloak/tags?page=1&ordering=last_updated |
✔️ Successfully deployed new clusters with Keycloak application in version 14.0.0 |
Is your feature request related to a problem? Please describe.
We are seeing a problem with Keycloak and AAD integration. When we are adding a user to groups in AAD the users roles are not automatically added in Keycloak. We are currently going into to Keycloak and manually adding roles. We having seen that at minimum Keycloak V10 that it adds a option to Sync with the identity provider. That option is not there in v9.
Describe the solution you'd like
Upgrade to at least v10
Describe alternatives you've considered
Additional context
This is from the documentation for KeyCloak: Sync Mode
Strategy of how to update user information from the idp through mappers: When choosing legacy, the current behavior is kept, import will never update user data, while force will always update user data when possible. See also the documentation for Identity Provider Mappers for more details.
We believe we need the Force mode.
I believe we need this before going to Production with a client for DE.
https://www.keycloak.org/docs/10.0/server_admin/index.html#_identity_broker
The text was updated successfully, but these errors were encountered: