-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Closed
Copy link
Labels
area/admin/uikind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugrelease/23.0.1team/ui
Description
Before reporting an issue
- I have searched existing issues
- I have reproduced the issue with the latest nightly release
Area
admin/ui
Describe the bug
If you configure an LDAP User Storage Provider (User Federation) and then navigate to the Admin UI Users tab you'll get a JavaScript error: Cannot read properties of undefined
.
Version
22.0.4
Expected behavior
The Users page should load without error.
Actual behavior
The page has an error as seen in the attached screenshot.
How to Reproduce?
A reproducer GitHub Docker Compose project can be used to recreate:
git clone https://github.com/slominskir/keycloak_ldap
cd keycloak_ldap
docker compose up
- Wait for the LDAP and Keycloak containers to fully start up.
- Navigate your web browser to the admin UI at http://localhost:8080
- Login with username
admin
and passwordadmin
- Select the "test-realm" realm
- Click the Users tab to view the Users page.
- Observe the JavaScript error
Anything else?
See: #22769 (comment)
Metadata
Metadata
Assignees
Labels
area/admin/uikind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugrelease/23.0.1team/ui