我们有一个要求,我们只需要在 Spring Cloud Dataflow 服务器中启用授权。身份验证将通过内部工具完成。已尝试仅使用授权配置而忽略身份验证配置。但是即使没有带有授权令牌的标头,也可以访问端点。请帮助配置仅使用 SCDF 服务器启用授权。
数据流服务器版本:2.3.0.RELEASE
我们有一个要求,我们只需要在 Spring Cloud Dataflow 服务器中启用授权。身份验证将通过内部工具完成。已尝试仅使用授权配置而忽略身份验证配置。但是即使没有带有授权令牌的标头,也可以访问端点。请帮助配置仅使用 SCDF 服务器启用授权。
数据流服务器版本:2.3.0.RELEASE
Spring Cloud Data Flow support Oauth2/OIDC spec-compliant identity providers. Don't know what your "internal tool" is, and whether or not it is a compliant system.
Either way, you could use the security docs from the ref. guide as to compare configuration options; we have a few samples in the sandbox repo (samples: uaa & keycloack), which you can use also as a reference.