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.

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

  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>
    CODE
  3.  Save the file.

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