I install new version of jHipster with OAuth and Keycloak. I did not know Keycloak end it seemed very cool.
I have a standalone instalation (not jHipster Docker) with mysql and works fine (i import data from jhipster-users-0.json and jhipster-realm.json) and i see all data in database tables.
My questions are:
How the real user will operate things how "Change Passw", "Forgot Passw", "Change Name"... I dont see this informations in web of application and i think the web of keycloak is for administrator e not for simple users.
In old application, i associates jhi_user with my main class, for build something similar a multi tenant. Now i see jhi_user table but the users are in keycloak.user_entity and the page crud of my main class see only my jhipster schema. How i resolve this?
If anyone can help me I will be grateful.