---
title: IdP sample application configuration reference
description: The sample applications automatically work with PingFederate configuration you deployed in Deploying the sample configuration archive. However, if you want to test your own deployment and sign-on scenarios, customize the sample application settings as follows:
component: java
page_id: java:setup:pf_java_ik_idp_sample_application_configuration_reference
canonical_url: https://docs.pingidentity.com/integrations/java/setup/pf_java_ik_idp_sample_application_configuration_reference.html
revdate: June 21, 2024
---

# IdP sample application configuration reference

The sample applications automatically work with PingFederate configuration you deployed in [Deploying the sample configuration archive](pf_java_ik_deploying_the_sample_configuration_archive.html). However, if you want to test your own deployment and sign-on scenarios, customize the sample application settings as follows:

| Field                         | Description                                                                                                                                                               |
| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **PF Base URL**               | The fully qualified host name, port, and path of the PingFederate server.The default value is `https://localhost:9031/`.                                                  |
| **SP Connections**            | The ID of the service provider (SP) connection to use.Separate multiple connection IDs with a pipe `\|` character.The default value is `localhost:default:entityId`.      |
| **IdP Adapter Instances**     | The ID of the OpenToken Adapter instance to use.Separate multiple adapter IDs with a pipe `\|` character.The default value is `OTPIdPJava`.                               |
| **Attribute Names List**      | Single and multi-value attributes to include in the assertion.Separate multiple attribute names with a pipe `\|` character.The default value is `password\|authnContext`. |
| **IdP OpenToken Config File** | If you customized the OpenToken Adapter configuration provided by the sample deployment, export the `agent-config.txt` file from it, then upload the file here.           |
