The chat responses are generated using Generative AI technology for intuitive search and may not be entirely accurate. They are not intended as professional advice. For full details, including our use rights, privacy practices and potential export control restrictions, please refer to our Generative AI Service Terms of Use and Generative AI Service Privacy Information. As this is a test version, please let us know if something irritating comes up. Like you get recommended a chocolate fudge ice cream instead of an energy managing application. If that occurs, please use the feedback button in our contact form!
Skip to content
Teamcenter (X) Product Cost Management

Move organizations forward, from a best-guess calculation to a methodical and sound assessment

Securing with certificates¶

Introduction¶

This is a very rough guide. For more details, there is a lot of help material provided by Microsoft.

Install IIS Client Certificate Mapping feature¶

To use the certificate mapping the feature needs to be installed.

CertificateMapping

Configuring Web Page for REST-API¶

To enable certificate mapping the REST-API needs to be installed in its own web site. This is necessary because all authentication methods need to be disabled. The TcPCM rich client is using a SOAP based interface (Windows Communication Foundation) that needs anonymous authentication on the IIS level. Because the soap interface is checking for certificates on a deeper level.

ConfigWeb

SSL Settings¶

SSLSettings

Disable all authentication methods¶

DisableAuth

Enable certificate mapping¶

EnableMapping

After disabling all authentication methods the certificate mapping needs to be enabled in the configuration editor.

ConfigEditor1 ConfigEditor2 ConfigEditor3