keycloak-scim/js/apps/admin-ui/cypress/support/pages/admin-ui
Daniel Fesenmeyer 87da4011f7
Bugfix: "User Profile" attributes not available for Users Attribute search, when admin user does not have view- or manage-realm realm-management role (#31771)
- UIRealmResource: add "info" sub-resource to get realm-related information, which is visible for ALL admins (users having any realm-management role); for now, only provide the information whether any user profile provider is enabled
- UIRealmResourceTest: test the new endpoint, including permissions check
- UserDataTable.tsx: use this resource to get the info whether user profile providers are enabled, instead of using the realm components resource (which requires "view-realm" permissions)
- .../cypress/e2e/users_attribute_search_test.spec.ts: add cypress test to test the attribute search with minimum access rights
- further small changes for reuse of components, test-code etc

Closes #27536

Signed-off-by: Daniel Fesenmeyer <daniel.fesenmeyer@bosch.com>
2024-09-20 14:06:08 -04:00
..
components Bugfix: "User Profile" attributes not available for Users Attribute search, when admin user does not have view- or manage-realm realm-management role (#31771) 2024-09-20 14:06:08 -04:00
configure/realm_settings Upgrade admin and account console to PatternFly 5 (#28196) 2024-04-05 16:37:05 +02:00
manage Bugfix: "User Profile" attributes not available for Users Attribute search, when admin user does not have view- or manage-realm realm-management role (#31771) 2024-09-20 14:06:08 -04:00
CreateRealmPage.ts Upgrade admin and account console to PatternFly 5 (#28196) 2024-04-05 16:37:05 +02:00
ListingPage.ts Bugfix: "User Profile" attributes not available for Users Attribute search, when admin user does not have view- or manage-realm realm-management role (#31771) 2024-09-20 14:06:08 -04:00
Masthead.ts Show full error details in admin and account consoles 2024-07-10 16:20:26 +02:00
SidebarPage.ts remove all use of deprecated Select and Dropdown (#29270) 2024-05-30 13:45:58 +02:00