管理 > 服务台配置 > 任务 > 配置 Release Control 和 Service Manager 以使用 LW-SSO

配置 Release Control 和 Service Manager 以使用 LW-SSO

最初配置服务台时,可能未将 Service Manager 和 Release Control 配置为使用 Lightweight Single Sign-On (LW-SSO)。此任务介绍如何启用在不输入所需凭据的情况下登录到 Service Manager 和 Release Control。

  1. 在 Service Manager 文档中,执行介绍如何在 Release Control 和 Service Manager 中配置 LW-SSO 的任务中的步骤。
  2. 在适配器配置文件的 connection-properties 部分中,将 requiresUserCredentials 参数设置为 false 以启用在不输入所需凭据的情况下登录到 Service Manager,并修改 serviceURL 参数以启用与 Service Manager 服务器的连接。

    在下面的示例中:

    • requiresUserCredentials 参数设置为 false,启用在不输入所需凭据的情况下登录到 Service Manager。
    • serviceURL 参数指定连接到所需 Service Manager 服务器的 URL。

      <connection-properties>

      serviceUrl=http://<SM Web 层主机名:端口号>/SymphonyAdapter/inbound/ws

      requiresUserCredentials=false

      </connection-properties>

    有关详细信息,请参阅公用适配器属性