You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request: Implement Role Mapping for IDP Integration
Description
Currently, the role mappings by login for the user are not mapped from the idp. This requires making additional API calls to assign roles to users, which is extra work to implement an sync between for example keycloak and corteza.
Current Behavior
Creating/updating a user with client roles does not automatically map those roles to the user.
Multiple API calls are required to:
Update the role mapping for the user after the user logged in
Proposed Solution
Implement automatic role mapping when creating or updating users. This should:
Accept client roles in the user creation/update request body
Automatically map the specified roles to the user without additional API calls
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Feature Request: Implement Role Mapping for IDP Integration
Description
Currently, the role mappings by login for the user are not mapped from the idp. This requires making additional API calls to assign roles to users, which is extra work to implement an sync between for example keycloak and corteza.
Current Behavior
Proposed Solution
Implement automatic role mapping when creating or updating users. This should:
Possible Implementation
see social login from nextcloud. https://apps.nextcloud.com/apps/sociallogin
Beta Was this translation helpful? Give feedback.
All reactions