Spring 安全和 WSO2 授权

Spring Security and WSO2 Authorization

我是 wso2 的新手,它非常令人困惑。我正在使用授权提供商开发 Web 应用程序:WSO2 Identity Server (IS)

我正在寻找 wso2 方面的最低配置,所以简单的方法是使用 SOAP 调用 AuthenticationAdmin 服务 https://host:port/services/AuthenticationAdmin?wsdl

我找不到太多关于授权服务器和资源服务器之间的交互以及它应该是什么样子的信息。

如何配置 spring-security,也许有一些示例我可以看看

您可以找到有关 OAuth 概念的更多信息 here. You find how to work with OAuth in WSO2 IS also. You can also refer to the white paper

Here 是一篇关于如何使用 OpenID Connect 保护 Spring 基于引导的 Web 应用程序的博客。此博客包含示例