How Do I Setup Windows Authentication for API or XM Products which use API like XMMobile?

How Can We Help?

< Back

Answer

In API Client web.config add following HTML Code:

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

How to setup Windows Authentication1

In XMWorkspace Web.Config add 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