---
title: Performing final steps
description: Test your application in a web browser.
component: solution-guides
page_id: solution-guides:data_and_application_security_use_cases:htg_connect_pf_pa_oidc_final_steps
canonical_url: https://docs.pingidentity.com/solution-guides/data_and_application_security_use_cases/htg_connect_pf_pa_oidc_final_steps.html
llms_txt: https://docs.pingidentity.com/solution-guides/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
revdate: April 29, 2024
section_ids:
  steps: Steps
  result: Result:
---

# Performing final steps

## Steps

1. Test your application in a web browser.

   Access your application behind PingAccess (for example, https\://localhost:3000/*\<APP\_NAME>*).

   ### Result:

   You're redirected to PingFederate to authenticate and can access the application.

2. Add header printing to your application to verify that your application has access to the data that PingAccess is sending.

   Detailed steps differ by application and programming language. The following resources provide more information for specific programming languages.

   | Language | Sample Header Code                                                                                |
   | -------- | ------------------------------------------------------------------------------------------------- |
   | Java     | `https://docs.oracle.com/en/java/javase/21/docs/api/java.net.http/java/net/http/HttpHeaders.html` |
   | C#       | `https://learn.microsoft.com/dotnet/api/system.net.httpwebresponse.getresponseheader`             |
   | PHP      | `http://php.net/manual/en/function.headers-list.php`                                              |
   | Drupal   | `https://api.drupal.org/api/drupal/includes%21bootstrap.inc/function/drupal_get_http_header/7.x`  |

3. Remove any local login to your application because your application is now behind PingAccess.

   Detailed steps differ by application and programming language.

4. Configure your application to use headers for login.

   Detailed steps differ by application and programming language.
