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,
- If you have installed Web and Mobile Server in the C drive (C:), go to C:\inetpub\root\wwwroot\InnoweraWMS and open
Web.configfile. - Find the WhiteListDomain key in the configuration XML code.
- <
add key="WhiteListDomain" value="*">
- <
- Replace the value * with the list of domains that you want to whitelist.
- <
add key="WhiteListDomain" value="http://DomainNames1.com, https://DomainsNames2.com"/>
- <
- Save and close the configuration file.
For information to configure browser for SNC, refer Configure Browser for SNC or enterprise portal SSO.