How Do I Setup Windows Authentication for API?

How Can We Help?

< Back

Answer

In the API Client web.config, add the following HTML Code:

<security mode="TransportCredentialOnly">
<transport clientCredentialType="Ntlm"/>
</security>

How to setup Windows Authentication1

In the XMWorkspace Web.Config, add the following HTML Code:

<security mode="TransportCredentialOnly">
<transport clientCredentialType="Windows"/>
</security>

How to setup Windows Authentication2

Configure Authentication for following IIS folders as follows:

How to setup Windows Authentication3

How to setup Windows Authentication4

How to setup Windows Authentication5

Anonymous Authentication should be Disabled.
Comments are closed.

This is the legacy version of the XMPro Documentation site. For the latest XMPro documentation, please visit documentation.xmpro.com

X