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

FEAT: Update Keycloak config for client roles rather than realm roles #43

Merged
merged 3 commits into from
Mar 7, 2023

Conversation

CesarD
Copy link
Collaborator

@CesarD CesarD commented Mar 6, 2023

Description

Closes #42 and implements new methods for checking roles belonging to a client.
Also performs some cleanup of configurations and upgrade to latest version of Keycloak.

Related Issue

Closes #42.

Motivation and Context

Allows better and more flexible management of roles for different resources (APIs) and allows to check for them beyond the standard role claim in the tokens.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

…ludes new methods to check roles from a given client.

CHORE: Update config for latest version and clean up some configurations.
@CesarD CesarD requested a review from a team March 6, 2023 09:06
@CesarD CesarD added the enhancement New feature or request label Mar 6, 2023
@CesarD CesarD merged commit d963ea5 into main Mar 7, 2023
@CesarD CesarD deleted the feat/keycloak_client_roles branch March 7, 2023 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Keycloak config for client roles rather than realm roles
2 participants