In microservices with jhipster, when i use UAA Server, the user entity is in the database of UAA server or Gateway? -
i'm reading of uaa server, , have 1 doubt... if have project microservices (ms), with:
- uaa server
- ms type gateway (using uaa authentication)
- ms type application (using uaa authentication)
i understand uaa server, creates user entity in own database (for example db_uaa), doubt born when think ms gateway.
the ms gateway creates user entity in own database (db_gateway) or ms gateway no creates user entity in database (db_gateway), because uses uaa authentication.
i hope can me clarify doubt, thanks.
users stored on uaa side only.
the gateway supports client side (i.e., authentication , user-management) access users through exposed uaa services.
if need access user entity microservice, @ @feign concept.
hope helps.
Comments
Post a Comment