Adaxes Web Interface HelpShow AllHide All

Single Sign-On Browser Configuration

This article describes how to configure your browser to enable automatic logon to the Web Interface using the credentials of the currently logged on user.

Automatic logon is only possible if the Auto-Logon feature is enabled for the Web Interface.

Internet Explorer

Enable Integrated Windows Authentication

  1. In Internet Explorer, on the Tools menu, click Internet Options.

  2. Click the Advanced tab.

  3. In the Security group, select the Enable Integrated Windows Authentication check box.

  4. Click OK and restart Internet Explorer for changes to take effect.

Add Adaxes Web Interface to the list of local intranet sites

  1. In Internet Explorer, on the Tools menu, click Internet Options.

  2. Click the Security tab, select Local Intranet, and click Sites.

  3. Click Advanced and type the address of Adaxes Web Interface.

  4. Click Add

  5. Click Close, and then click OK two times.

Adjust Web Browser Logon Settings

  1. In Internet Explorer, on the Tools menu, click Internet Options.

  2. Click the Security tab, select Local Intranet, and click Custom Level.

  3. In the User Authentication group, select Automatic logon with current username and password.

  4. Click OK two times.

Mozilla Firefox

  1. In the URL window, enter about:config.

  2. In the filter text box, type in network.negotiate to narrow the displayed options.

  3. Add the host name of Adaxes Web Interface (for example: host.company.com) to the option network.negotiate-auth.trusted-uris.

    To do so, double-click this option and type the host name you need.

  4. Repeat the previous step for the network.negotiate-auth.delegation-uris option.

Google Chrome

Chrome must be started with the --auth-server-whitelist and --auth-negotiate-delegate-whitelist parameters.

For example, if the hostname of your Adaxes Web Interface is host.company.com, you need to start your Chrome browser with the following command line arguments:

chrome.exe --auth-server-whitelist="host.company.com" --auth-negotiate-delegate-whitelist="host.company.com"

Opera

Opera does not currently support the Kerberos authentication.