Test the IdP adapter
About this task
You can test this adapter using the samples applications that are included in the Java Integration Kit. Follow this procedure to verify adapter functions:
Steps
-
Download the Java Integration kit from the PingFederate server add-ons page.
-
Complete the steps in Sample application setup in the Java Integration Kit documentation to set up an IdP application.
-
Configure an instance of the WAM Adapter.
-
Reconfigure the SP connection to use the WAM Adapter instance.
Delete the existing adapter instance and map the WAM Adapter instance in its place. For details, see Managing mappings in the PingFederate documentation.
-
On a web page protected by the third-party WAM web Agent, create an "SSO" link to the PingFederate
startSSO
endpoint, including the sample SP’s connection ID, in the following format:http[s]://<PF_host>:<port>/IdP/startSSO.ping?PartnerSpId=<connection_id>
-
<PF_host>
is the machine running the PingFederate server. -
<port>
is the PingFederate port (default value:9031
). -
<connection_id>
is the Connection ID of the SP connection.
-
-
Access the protected web page by authenticating through the WAM web Agent and click the SSO link.
-
You are logged on to the Java sample application.