I have 2 microservice, 1 registry, 1 gateway and 1 uaa that run made by JHipster. now in first contract with JHipster UAA, I can't understand how to handle more field on user registration?! where user data store?
I know it's on UAA but can't find any entity to add my field that gateway can detect. I guess that field must be added to User class in UAA and then in gateway add Its corresponding fields;
Do you work with Jhipster UAA? Can share your experiment with me? Is there any advance tutorial on it?