Configure agent token authentication - Configure agent token authentication - To configure Integration Server to use token based authentication for Forms Server requests, complete the following steps. - Perceptive Content - Perceptive Forms Server Installation and Setup Guide - Perceptive-Content/Perceptive-Forms-Server-Installation-and-Setup-Guide/Foundation-26.1/Perceptive-Forms-Server-Installation-and-Setup-Guide/Prepare-to-install/Configure-agent-token-authentication - Foundation 26.1 - Foundation 26.1

Perceptive Forms Server Installation and Setup Guide

Platform
Perceptive Content
Product
Perceptive Forms Server Installation and Setup Guide
Release
Foundation 26.1
License
ft:lastPublication
2026-05-11T13:42:00.157853
ft:locale
en-US

To configure Integration Server to use token based authentication for Forms Server requests, complete the following steps.

  1. On the Perceptive Content server system, generate an authentication token for Forms Server by running the following command.
    intool --cmd create-authentication-token --lictype ImageNow Forms Server --file 
    FormsServerToken.txt
  2. On the Integration Server system, navigate to the [path]/${TOMCAT_HOME}/webapps/<integration server subdirectory>/WEB-INF directory.
  3. Using a text editor, open the integrationserver.ini file.
  4. Under the SSO section, set the forms.server.authentication.token setting to the contents of the FormsServerToken.txt file, as shown in the following example.
    forms.server.authentication.token=[authentication token]
  5. Save and then close the file.
  6. Navigate to the [path]/${TOMCAT_HOME}/webapps/<subdirectory_name>/WEB-INF directory.
  7. Using a text editor, open the imagenowforms.settings file.
  8. Under the Perceptive Content Server settings section, set the forms.server.authentication.token setting to the contents of the FormsServerToken.txt file, as shown in the following example.
    forms.server.authentication.token=[authentication token]
  9. Save and then close the file.
  10. Restart the Apache Tomcat server.