spring-cloud-dataflow
spring-cloud-dataflow copied to clipboard
mTLS with OAuth2 security
Maybe it's not error but I don't know - Is SCDF support mTLS for OAuth login? I need connect to my credentials provider (ADFS) with mTLS.
@szopal can you please provide more details? Are you encountering an error, if so, can you include this?
I get error SSLHandshake because SCDF not send client certificate to ADFS server while try to get oauth token.
Hi. Have you figured this out. Where are you running SCDF? On TAS/CloudFoundry or Kubernetes? Perhaps these docs will help you - https://docs.spring.io/spring-cloud-dataflow/docs/2.9.4/reference/htmlsingle/#configuration-security-oauth2
I run SCDF in Kubernetes. But I don't want to have OAuth between my credentials provider and SCDF, I world like to have connection between SCDF and my credentials provider (SCDF) by mTLS.
See #5033
Let's time box to quick convo with with Spring Security team and if the fix is a large amount of effort, postpone to the next release.
There is no simple configuration properties to support mTLS. It will require development to create the support. The Spring Security team does have a working example. This can be isolated within the Spring Security Authorisation Server and remove the burden from Data Flow server.