Open aristotelos opened 1 year ago
Files identified in the description:
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
cc @Gaetan2907 @eikef @mattock @ndclt click here for bot help
cc @thomasbach-dev click here for bot help
Summary
In Keycloak, it is possible to map a client scope to one or more client roles or realm roles. However, it seems that the
community.general.keycloak_clientscope
module does not have this option.See Keycloak documentation:
So it would be handy to have a
roles
option in thecommunity.general.keycloak_clientscope
task that allows a list of client or realm roles that are then mapped to that client scope.Issue Type
Feature Idea
Component Name
keycloak_clientscope
Additional Information
Note that the following KeyCloak REST APIs (see documentation) support the scope mapping feature:
POST /admin/realms/{realm}/client-scopes/{id}/scope-mappings/realm
POST /admin/realms/{realm}/client-scopes/{id}/scope-mappings/clients/{client}
Code of Conduct