Appendix A: Token Authentication - Titan - Foundation 25.1 - Foundation 25.1 - Ready - Perceptive Content - external - Perceptive-Content/Titan/Foundation-25.1/Titan-Installation-and-Setup-Guide/Appendix-A-Token-Authentication - 2025-07-21

Titan Installation and Setup Guide

Platform
Perceptive Content
Product
Titan
Release
Foundation 25.1
License
ft:locale
en-US
A token signing key is required to configure Titan for agent token authentication or Integration Server bearer token authentication. Refer to the Token authentication chapter in the Manage Content help for more information. To configure a token signing key, complete the following steps.
  1. In a text editor, open the inow.ini configuration file.
  2. Under the [Logon Control] section, set token.signing.key.path to the file path of the private key used to sign tokens. If the private key is encrypted, set token.signing.key.password to the private key password. The token signing key must be in Base64 encoded DER (PEM) format.
  3. In the same section, set the token.signing.algorithm to the algorithm used when signing tokens. Refer to inow.ini configuration file documentation for a list of supported values.
  4. Import the certificate or public key associated with the configured private key using either the importcert or the import-public-key intool commands, specifying token-auth for the SSO type. Refer to the intool documentation for more information.