To configure Integration Server to use token based authentication for Forms Server requests, complete the following steps.
-
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
- On the Integration Server system, navigate to the [path]/${TOMCAT_HOME}/webapps/<integration server subdirectory>/WEB-INF directory.
- Using a text editor, open the integrationserver.ini file.
-
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]
- Save and then close the file.
- Navigate to the [path]/${TOMCAT_HOME}/webapps/<subdirectory_name>/WEB-INF directory.
- Using a text editor, open the imagenowforms.settings file.
-
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]
- Save and then close the file.
- Restart the Apache Tomcat server.