Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
357 views
in Technique[技术] by (71.8m points)

UAA or non oidc oauth2 in jhipster-control-center

Is there a way to configure jhipster-control-center for use with jhipster UAA authentication or non-oidc oauth2 authentication?

I tried setting env parameters on the container for standard oauth2 but I'm unable to login.

export SECURITY_OAUTH2_CLIENT_ACCESS_TOKEN_URI="https://{domain}/oauth/token"
export SECURITY_OAUTH2_CLIENT_USER_AUTHORIZATION_URI="https://{domain}/oauth/authorize"
export SECURITY_OAUTH2_RESOURCE_USER_INFO_URI="https://{domain}/api/account"
export SECURITY_OAUTH2_CLIENT_CLIENT_ID="{clientId}"
export SECURITY_OAUTH2_CLIENT_CLIENT_SECRET="{clientSecret}"
question from:https://stackoverflow.com/questions/66066890/uaa-or-non-oidc-oauth2-in-jhipster-control-center

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...