Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

download

Configuring Browsers for Agentless Desktop Single Sign-on on Windows using Okta

For agentless desktop single sign-on on Windows using Okta to work with X-Author, the following configuration steps must be taken. If not properly configured, multiple multi-factor authentication prompts may result when user try to log in.

  1. Navigate to the Extended Property EO.Browser.ExtraCommandLineArgs in the X-Author Contracts.config file created in the %appdata%\Apttus application folder.
  2. Include the following settings within the file. Replace org.kerberos.okta.com with your Okta directory name.
    <item>
        <key>
          <string>EO.Browser.ExtraCommandLineArgs</string>
        </key>
        <value>
          <string>--auth-server-allowlist=org.kerberos.okta.com</string>
        </value>
      </item>
  3. Save the file.

For more information, see Configure browsers for agentless Desktop Single Sign-on on Windows.