1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component/admin/users
Nuno Góis bc0704581b
chore: UI SCIM guard for groups (#6866)
https://linear.app/unleash/issue/2-2113/ui-should-not-allow-manual-management-of-scim-managed-groups-in

Adds a UI SCIM guard when trying to manage groups.

The condition for the guard is:

 - Enterprise
 - SCIM flag enabled
 - SCIM setting enabled
 - SCIM group

Similar to https://github.com/Unleash/unleash/pull/6859
2024-04-17 08:27:56 +01:00
..
AccessMatrix chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
ConfirmUserAdded
CreateUser chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
EditUser
hooks chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
InactiveUsersList chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
InviteLink chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
InviteLinkBar chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
LinkField feat: insights share events (#6480) 2024-03-13 11:45:42 +02:00
UserForm chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
UsersList chore: UI SCIM guard for groups (#6866) 2024-04-17 08:27:56 +01:00
Users.styles.ts feat: List and delete inactive users 2024-02-05 14:07:38 +01:00
UsersAdmin.tsx chore: useProject cleanup (#6700) 2024-03-27 10:28:43 +02:00
util.ts