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.
我可以使用 REST 令牌作为 SOAP 会话 ID 吗?如果是这样,这是正确的做法吗?我有一个使用 SOAP 的应用程序,并希望为 OAuth 登录提供一个选项,以避免用户向应用程序输入凭据。
非常感谢。
您可以获取 OAuth 流产生的访问令牌,并在您在 SOAP API 中使用 sessionId 的相同位置使用它(即,您将在您的肥皂请求中的 SessionHeader 标头中发送它)。请记住,您需要在启动 OAuth 流程时包含 API 范围。