---
title: SP sample application configuration reference
description: The sample applications automatically work with the 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_sp_sample_application_configuration_reference
canonical_url: https://docs.pingidentity.com/integrations/java/setup/pf_java_ik_sp_sample_application_configuration_reference.html
revdate: June 21, 2024
---

# SP sample application configuration reference

The sample applications automatically work with the 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 hostname, port, and path of the PingFederate server.The default value is `https://localhost:9031/`.                                                                                                                                                                                                                                                                     |
| **IdP Connections**          | The ID of the identity provider (IdP) *(tooltip: \<div class="paragraph">&#xA;\<p>A service that manages identity information and provides authentication services to relying clients or SPs within a federated or distributed network.\</p>&#xA;\</div>)* connection to use.Separate multiple connection IDs with a pipe `\|` character.The default value is `localhost:default:entityId`. |
| **SP Adapter Instances**     | The ID of the OpenToken Adapter instance to use.Separate multiple adapter IDs with a pipe `\|` character.The default value is `OTPSPJava`.                                                                                                                                                                                                                                                  |
| **Attribute Names List**     | The single and multi-value attributes included in the assertion.Separate multiple attribute names with a pipe `\|` character.The default value is `password\|authnContext`.                                                                                                                                                                                                                 |
| **SP 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.                                                                                                                                                                                                                             |
