1. Test your application in a web browser.

    Access your application behind PingAccess (for example, https://localhost:3000/<APP_NAME>).

    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 code samples illustrate header printing for the specified programming languages.

    Language Sample Header Code

    Java

    http://www.java2s.com/Tutorial/Java/0360__JSP/PrintoutHTTPRequestHeaders.htm

    C#

    https://msdn.microsoft.com/en-us/library/system.net.httpwebresponse.getresponseheader(v=vs.110).aspx

    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.