Hi,
In the default Keycloak installation, the Clients table displays the following columns:
- Client ID
- Enabled
- Base URL
- Actions
Is it possible to display additional columns? For example, the Client “name” or “description”? When inspecting the network requests, I see that this data is available from the API response, but it isn’t used when populating the Clients table.
Thanks for any tips.