Spring cloud config OAuth2.0 protected server client authentication

106 Views Asked by At

I am planning to use jhipster-registry as spring cloud config server. I have implemented OAuth 2.0 security mechanism for protecting the server.

The problem is, not sure how is a cloud config client (spring boot server with configured with spring.cloud.config.*) supposed to authenticate with server protected against with OAuth2.0.

Things I have checked Spring Cloud Config OAuth 2.0 Documentation jhipster-regsitry OAuth 2.0 documentation

None of the texts document client side configuration to enable the integration.

I found an unofficial solution spring-cloud-config-client-oauth2 but I am afraid to use a custom solution for security.

0

There are 0 best solutions below