1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-09 11:14:29 +02:00
unleash.unleash/frontend/src/component/admin
Nuno Góis 279d3431eb
chore: UI SCIM guard for users (#6859)
https://linear.app/unleash/issue/2-2092/ui-should-not-allow-manual-management-of-scim-managed-users-in-unleash

Adds a UI SCIM guard when trying to manage users.

The condition for the guard is:
 - Enterprise
 - SCIM flag enabled
 - SCIM setting enabled
 - SCIM user


![image](https://github.com/Unleash/unleash/assets/14320932/8a5451f1-0d6e-48ba-b090-bb5832c0e9ec)
2024-04-15 14:04:41 +01:00
..
apiToken chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
auth chore: SCIM settings UI (#6800) 2024-04-09 15:26:35 +01:00
banners chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
billing chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
cors chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
groups chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
instance-admin chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
instance-privacy feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
invoice chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
license fix: add instanceName to license display (#6065) 2024-01-30 11:05:27 +01:00
maintenance chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
menu chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
network chore(ui): add a separate feature flag for traffic visibility UI (#6832) 2024-04-11 10:37:53 +02:00
roles chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
serviceAccounts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
users chore: UI SCIM guard for users (#6859) 2024-04-15 14:04:41 +01:00
Admin.tsx feat: license checker for self-hosted (#5239) 2024-01-02 20:06:35 +00:00
AdminIndex.tsx chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
AdminRedirect.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
adminRoutes.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
filterAdminRoutes.test.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
filterAdminRoutes.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
LazyAdmin.tsx Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
LazyAdminExport.tsx Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
useAdminRoutes.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00