Configuring single sign-on in the webservices\ folder
In the file %TRIDION_HOME%\webservices\web.config, ensure
Procedure
- On the Content Manager server, open %TRIDION_HOME%\webservices\web.config for editing.
- In the
<system.serviceModel>section, confirm the presence of aserviceHostingEnvironmentelement with anaspNetCompatibilityEnabledattribute set totrue. - In the
system.serviceModel/bindings/basicHttpBindingsection, find twobindingelements with theirnameattributes set toCoreService_basicHttpBindingandStreamDownload_basicHttpBinding, respectively. In each of these twobindingelements, find thetransportsubelement and change the value of itsclientCredentialTypeattribute fromWindowstoNone. - 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.
- Save and close Web.config.