我们正在考虑在我们的微服务之间使用 oauth 身份验证。即使身份验证服务器关闭,这些服务也能继续工作,这一点非常重要。
AuthorizationServer 在我的场景中不应该是多余的吗?
我们正在使用我们自己的 AuthorizationServer(基于https://github.com/spring-cloud-samples/authserver.git)(并且正在使用最新的稳定 spring cloud / spring boot apis)
我找不到任何有关使用第二个 AuthorizationServer 的文档,因此当第一个 AuthorizationServer 关闭时,微服务会继续工作。谁能解释如何做到这一点?