Configure Integrated Authentication

Windows Integrated Authentication allows a users' Active Directory credentials to pass through their browser to a web server. Configuring Integrated Authentication for the user will automatically authenticate the user with Windows Identity, and grant the Windows Identity authentication token.

To authenticate a user automatically, you will need to configure local intranet sites or trusted sites for the browser:

US datacenter

https://login.specopssoft.com

https://trust.specopsauthentication.com

EU datacenter

https://eu.login.specopssoft.com

https://eu.trust.specopsauthentication.com

Windows Integrated Authentication is enabled by default for Internet Explorer, but not Google Chrome or Mozilla Firefox.

Configure Delegated Security in Google Chrome

The latest version of Chrome uses existing Internet Explorer settings. Older version of Chrome require additional configurations. Start Chrome with the following command:

US datacenter

Copy
Chrome.exe –auth-server-whitelist="login.specopssoft.com, 
js.specopsauthentication.com, trust.specopsauthentication.com" 
auth-negotiate-delegatewhitelist="login.specopssoft.com, 
js.specopsauthentication.com, trust.specopsauthentication.com" 
auth-schemes="digest,ntlm,negotiate"

EU datacenter

Copy
Chrome.exe –auth-server-whitelist="eu.login.specopssoft.com, 
eu.js.specopsauthentication.com, eu.trust.specopsauthentication.com" 
auth-negotiate-delegatewhitelist="eu.login.specopssoft.com, 
eu.js.specopsauthentication.com, eu.trust.specopsauthentication.com" 
auth-schemes="digest,ntlm,negotiate"