You can test this adapter using the samples applications that are included in the Java Integration Kit.

  1. Download the Java Integration kit from the PingFederate server add-ons page.
  2. Complete the steps in Sample application setup in the Java Integration Kit documentation to set up an IdP application.
  3. Configure an instance of the NetWeaver IdP Adapter as shown in IdP installation and setup.
  4. Reconfigure the SP connection to use the NetWeaver Adapter instance.

    Delete the existing adapter instance and map the NetWeaver Adapter instance in its place. For more information, see Managing Mappings in the PingFederate documentation.

  5. On a web page protected by the NetWeaver Application Server, 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>

    where:

    • <PF_host> is the machine running the PingFederate server,
    • <port> is the PingFederate port (refer to the PingFederate Administrator’s Manual),
    • <connection_id> is the Connection ID of the SP connection.
  6. Access the protected web page by authenticating through NetWeaver, and click the SSO link.

You are logged on to the Java sample application.