---
title: Manual configuration settings
description: Instead of using the sample data.zip archive from the Java Integration Kit package (see Deploying the sample configuration archive), you can configure PingFederate manually.
component: java
page_id: java:setup:pf_java_ik_manual_configuration_settings
canonical_url: https://docs.pingidentity.com/integrations/java/setup/pf_java_ik_manual_configuration_settings.html
revdate: June 21, 2024
section_ids:
  identity-provider-adapter-instance-settings: Identity provider adapter instance settings
  service-provider-adapter-instance-settings: Service provider adapter instance settings
  service-provider-default-urls: Service provider default URLs
---

# Manual configuration settings

Instead of using the sample `data.zip` archive from the Java Integration Kit package (see [Deploying the sample configuration archive](pf_java_ik_deploying_the_sample_configuration_archive.html)), you can configure PingFederate manually.

|   |                                                                                                                                                                                                         |
| - | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | If you have a difficult time with the manual configuration, deploy the sample `data.zip` file. Then you can refer to the sample configuration as you create your own adapter instances and connections. |

The following tables list the required adapter settings for the Java sample applications.

## Identity provider adapter instance settings

Refer to the **IdP Adapter** tab of the identity provider adapter configuration.

| Field Name                 | Value                                                                                                                                                                                                                                                                                                                                                                                           |
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Password**               | Must be six characters long and contain at least:- One uppercase letter

- One lowercase letter

- One numberThis password is included in the `agent-config.txt` file used by the application. It doesn't have to match the password you choose for the service provider adapter instance.&#xA;&#xA;The sample applications are preconfigured to use the following password:&#xA;&#xA;Changeme1 |
| **Authentication Service** | https\://*\<pf\_host>*:*\<pf\_port>*/IdpSample/MainPage?cmd=sso                                                                                                                                                                                                                                                                                                                                 |
| **Advanced Fields**        |                                                                                                                                                                                                                                                                                                                                                                                                 |
| **Logout Service**         | https\://*\<pf\_host>*:*\<pf\_port>*/IdpSample/MainPage?cmd=slo                                                                                                                                                                                                                                                                                                                                 |

|   |                                                                                                                                                                                                                                                                                                                                                                                    |
| - | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | The endpoints in these tables assume you deployed the sample applications in the same servlet container as PingFederate. If you deployed the applications elsewhere, change the hostname (`localhost`) and port accordingly. Learn more in [Deploying the applications to separate servlet containers](pf_java_ik_deploying_the_applications_to_separate_servlet_containers.html). |

## Service provider adapter instance settings

Refer to the **Instance Configuration** tab of the service provider adapter instance configuration.

| Field Name                          | Value                                                                                                                                                                                                                                                                                                                                                                                            |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Password**                        | Must be six characters long and contain at least:- One uppercase letter

- One lowercase letter

- One numberThis password is included in the `agent-config.txt` file used by the application. It doesn't have to match the password you choose for the identity provider adapter instance.&#xA;&#xA;The sample applications are preconfigured to use the following password:&#xA;&#xA;Changeme1 |
| **Advanced Fields**                 |                                                                                                                                                                                                                                                                                                                                                                                                  |
| **Account Link Service** (Optional) | https\://*\<pf\_host>*:*\<pf\_port>*/SpSample/MainPage?cmd=accountlink                                                                                                                                                                                                                                                                                                                           |
| **Logout Service**                  | https\://*\<pf\_host>*:*\<pf\_port>*/SpSample/MainPage?cmd=slo                                                                                                                                                                                                                                                                                                                                   |

## Service provider default URLs

See the **Default URLs** tab of the service provider configuration.

| Field       | Value                                                   |
| ----------- | ------------------------------------------------------- |
| For SSO URL | https\://*\<pf\_host>*:*\<pf\_port>*/SpSample/MainPage/ |
| For SLO URL | https\://*\<pf\_host>*:*\<pf\_port>*/SpSample/MainPage/ |
