为集成服务器上的所有 HTTP 和 SOAP 输入节点配置身份验证
在部署到集成服务器的所有 HTTP 和 SOAP 输入节点上强制执行身份验证。
关于此任务
通过在 server.conf.yaml 配置文件中设置 forceServer 属性,可以配置独立或托管集成服务器在所有 HTTP 和 SOAP 输入节点上强制执行基本身份验证:
#forceServerHTTP: false # Set true to override and force unsecured HTTP on all HTTP/SOAP input nodes deployed in this server. Defaults to false.
#forceServerHTTPS: false # Set true to override and force secured HTTPS on all HTTP/SOAP input nodes deployed in this server. Defaults to false.
#forceServerHTTPSecurityProfile: '' # Set a security profile, {<policy project name>}:<security profile basename>, to override and force all HTTP/SOAP transport
# input nodes deployed in this server to apply the security set in the profile. Default is unset, so flow or node setting applies过程
要配置集成服务器在 HTTP 和 SOAP 输入节点上强制执行基本身份验证,请完成以下步骤: