Skip to main content

Configure Cross-Domain Servers

This section explains how to whitelist a domain when the user and Web and Mobile Server application are on different domains and user must access the Web and Mobile Server.

To whitelist a domain,

  1. If you have installed Web and Mobile Server in the C drive (C:), go to C:\inetpub\root\wwwroot\InnoweraWMS and open Web.config file.
  2. Find the WhiteListDomain key in the configuration XML code.
    • <add key="WhiteListDomain" value="*">
  3. Replace the value * with the list of domains that you want to whitelist.
    • <add key="WhiteListDomain" value="http://DomainNames1.com, https://DomainsNames2.com" />
  4. Save and close the configuration file.

For information to configure browser for SNC, refer Configure Browser for SNC or enterprise portal SSO.

Was this article helpful?

We're sorry to hear that.