服务到服务的应用是什么意思?

What is the meaning of service-to-service application?

为了了解如何 RCS can be used with Bots, we were referring to this document 并看到一个术语 服务到服务应用程序 用于选择身份验证机制。

Especially in reference to bots, what is the meaning of a service-to-service application?

无法在 Google

上找到任何具体来源

这个概念基本上是受信任的应用程序调用受信任的应用程序(客户端是另一个服务)。检索服务到服务令牌通常比为客户端检索令牌更简单、更快捷,因为该服务已经受信任(运行 在受控环境中)。以下是关于 svs 到 svs 的 AD OAuth 的一些信息:https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-protocols-oauth-service-to-service

具体参考机器人,并不总是需要检索令牌来调用机器人,因为秘密本身可以用于服务到服务的调用(因为服务中的代码不是不会暴露给任何最终用户)。