Token translator installation
About this task
This section describes how to install the WAM Token Translator to configure the Token Processor, the Token Generator, or both.
If you have already deployed version 2.5.1 (or higher) of the OpenToken Adapter, skip steps [Bookmark_Step1] through [Bookmark_Step3] in the following procedure. |
Steps
-
Stop the PingFederate server if it is running.
-
Remove any existing OpenToken Adapter files (
opentoken*.jar
) from the directory:[.codeph]``<PF_install>/pingfederate/server/default/deploy``
The adapter JAR file is
opentoken-adapter-<version>.jar
.If the adapter Jar filename indicates version 2.1 or less, also delete the supporting library
opentoken-java-1.x.jar
from the same directory. -
Unzip the token translator distribution file and copy
opentoken-adapter-2.5.1.jar
from the/dist
directory to the PingFederate directory.[.codeph]``<PF_install>/pingfederate/server/default/deploy``
-
From this distribution, copy the following file to the
/server/default/deploy
directory in your PingFederate server installation:[.codeph]``pf-wam-token-translator-2.0.jar``
-
If you are running PingFederate 6.0 as a Windows service, then:
Edit the
Java Library Path
section of the configuration file[.codeph]``pingfederate/sbin/wrapper/PingFederateService.conf``, adding the line:
[.codeph]``wrapper.java.library.path.append_system_path=true``
-
Start the PingFederate server.