keycloak-scim/themes
Clement Cureau b102c892fa [KEYCLOAK-14046] Allow finegrain group admins to create users in console
- enable "Create" button and "Save" button in Admin Console Users views (list
and details)

The flag used to enable those button is computed as follow, since there's no computed flag
from backend on "admin user has fine grain admin permission on at least 1 group" :
  == (existing condition) || (feature "finegrain admin" is enabled && access.queryUsers)

If the admin user hasn't the correct permission on the right groups for the new user he's
trying to create, backend will forbid the creation by returning a 403

This change is following PR #7035, which added the Groups field in the User creation form
2021-06-22 18:26:31 -03:00
..
src/main [KEYCLOAK-14046] Allow finegrain group admins to create users in console 2021-06-22 18:26:31 -03:00
.gitignore KEYCLOAK-11268: Change project layout 2020-06-07 12:42:44 -04:00
pom.xml Set version to 15.0.0-SNAPSHOT 2021-06-18 10:42:27 +02:00
UPDATING-NODE-MODULES.md KEYCLOAK-14547: Make New Account Console the default. 2020-11-23 20:56:05 +01:00