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 question is: 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 anda 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.
Marlon Falzetta It looks like you found the answer on Stack Overflow: stackoverflow.com/questions/50476720/jhipster-how-works-new-user-module-with-keycloak-for-a-simple-user-in-productio
Thank you :)
JHIPSTER OKTA invalid_id_token. WHY?
Bryn Flewelling This usually happens when your client ID doesn't match what you've configured in Okta.
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 question is:
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 anda 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.
Marlon Falzetta It looks like you found the answer on Stack Overflow: stackoverflow.com/questions/50476720/jhipster-how-works-new-user-module-with-keycloak-for-a-simple-user-in-productio