Documentation Center

Configuring single sign-on in the webservices\ folder

In the file %TRIDION_HOME%\webservices\web.config, ensure

Procedure

  1. On the Content Manager server, open %TRIDION_HOME%\webservices\web.config for editing.
  2. In the <system.serviceModel> section, confirm the presence of a serviceHostingEnvironment element with an aspNetCompatibilityEnabled attribute set to true.
  3. In the system.serviceModel/bindings/basicHttpBinding section, find two binding elements with their name attributes set to CoreService_basicHttpBinding and StreamDownload_basicHttpBinding, respectively. In each of these two binding elements, find the transport subelement and change the value of its clientCredentialType attribute from Windows to None.
  4. Only if you are running the Core Service as a standalone Web application, uncomment the comments indicating what to do to configure the Core Service for single sign-on integration.
  5. Save and close Web.config.