Skip to content
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

Update Keycloak Realm template for local environment setup #169

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

simu
Copy link
Member

@simu simu commented Oct 20, 2023

Recent Keycloak versions don't support custom mappers in individual clients anymore.

To work around this issue, we instead patch the default roles client scope to include the local-dev client roles in the groups field of the ID and access tokens.

Summary

...

Checklist

  • PR contains a single logical change (to build a better changelog).
  • Update the documentation.
  • Categorize the PR by setting a good title and adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog.

Recent Keycloak versions don't support custom mappers in individual
clients anymore.

To work around this issue, we instead patch the default `roles` client
scope to include the `local-dev` client roles in the `groups` field of
the ID and access tokens.
@simu simu added the documentation Improvements or additions to documentation label Oct 20, 2023
@simu simu requested a review from a team as a code owner October 20, 2023 14:28
@simu simu merged commit cf383b5 into master Oct 23, 2023
2 checks passed
@simu simu deleted the update-keycloak-realm-template branch October 23, 2023 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants