-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
admin/ui
Describe the bug
In the Keycloak admin UI, when viewing the list of available identity providers to link for a specific user (under Users → [User] → Identity Provider Links), the list appears to be capped at 100 entries. This causes only a subset of the configured identity providers to be displayed, making it impossible to link to providers beyond the first 100.
There doesn't appear to be any setting to configure or override this limit in the admin UI or via server configuration.
Version
26.2.5
Regression
- The issue is a regression
Expected behavior
All configured identity providers should be visible in the list or the list should support pagination or scrolling. If a limit must exist, it should be configurable via the UI or server settings.
Actual behavior
Only the first 100 identity providers are shown, with no way to access the others.
How to Reproduce?
- Configure more than 100 identity providers in a realm.
- Go to a user profile in the admin console.
- Click the Identity Provider Links tab.
- Open the dropdown to link a new identity provider.
- Observe that only 100 identity providers are listed.
Anything else?
- Deployment done with the keycloak operator.