简体   繁体   中英

Create jhipster monolithic UAA application

I'd like to generate with jHipster an UAA like application with the front end and backend in a monolithic application. I'd like to use the uaa Oauth2 server in order to connect with other application. Am i forced to generate a gateway + registry + uaa in order to achieve that?

不,在整体中,所有必要的oauth2例行服务都将在那里

UAA is not intended to works with monolith application, only in microservices environment.

If you want to have an SSO login with oauth2 I suggest you to generate your monolith with oauth2 option. Then you can choose between both Okta and keycloak.

JHipster provides docker-compose config to run a keycloak with docker ( https://www.jhipster.tech/security/#oauth2 ).

Hope this can help you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM