Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们已经将我们的大型应用程序划分为几个模块,并希望在两个模块以客户端-服务器方式相互通信时实现身份验证系统。除非客户端提供某种证书或凭据,否则我们不希望服务器的服务可以访问。实现这一目标的行业标准或流行方式是什么?谢谢。
Kerberos可以帮到你,这是一个非常著名和实用的开放网络系统认证服务
希望有所帮助!