Zach Pham
Zach Pham

Reputation: 290

How to connect Spring Cloud Data Cloud and ADFS server using OAuth2

I have known that Spring CLoud Data Flow used UAA and LDAP to deploy security feature. However, is it possible if following this link to configure Spring Security OAuth2 Resource/Authorization Server?

Are these any better way to develop security feature of Spring Cloud Data Flow using ADFS server?

Upvotes: 0

Views: 109

Answers (1)

Ilayaperumal Gopinathan
Ilayaperumal Gopinathan

Reputation: 4179

For the client configuration (at SCDF) involved in connecting to the OAuth2 Resource/Authorization Server, you can refer the documentation here. I am not sure about how this will play out ADFS but feel free to try these OAuth2 configuration and create any issues/feature requests on Spring Cloud Data Flow GH.

There is also a GH story in place to try this on AAD.

Upvotes: 1

Related Questions