There are lot of resources on how to create templates for the welcome screen, login and email etc but so far I have not been able to find anything how can I customize and extend the admin client itself.
What I want to do is:
Create some custom entities in keycloak database, and be able to view and edit them directly in the keycloak admin UI
From the code that comes with keycloak, it seems that they have used angular to create the admin UI, but it looks like the production version of the angular app. Are there any resources where I can get access to the dev version of the app, so can play around and build custom view and fields in the admin UI?
I believe once I have access to that, I can find my way through to how to access the data from my custom entities, but any pointers to that would also be great!
PS: I have read the docs and have been successful in creating custom entities in keycloak, it's just the admin UI part where I do not see any available resources.
Thanks!