Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEAT: Update Keycloak config for client roles rather than realm roles (…
…#43) ## 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 <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [x] Bug fix (non-breaking change which fixes an issue) - [X] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Checklist: <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [X] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [X] I have read the **CONTRIBUTING** document. - [ ] I have added tests to cover my changes. - [X] All new and existing tests passed. --------- Co-authored-by: Gonzalo Fernández <[email protected]>
- Loading branch information