Using Single Sign-On with HTTPS
- Last UpdatedApr 30, 2026
- 1 minute read
To add convenience and security, you may use an HTTPS connection in combination with the single sign-on (SSO) mechanism.
To configure HTTPS with SSO:
-
Open the web.config file of AVEVA Change Manager and update the following setting in the auto-complete service configuration section:
<binding name="TIM.WebSite.AjaxServices.AutoCompleteAspNetAjaxBinding" maxReceivedMessageSize="10485760" maxBufferPoolSize="10485760">
<security mode="Transport">
<transport clientCredentialType="Windows" />
</security>
</binding> -
Save and close the file.
For information, see Install AVEVA NET Gatekeeper and AVEVA Change Manager.