keyPing Identity SAML

This guide explains how to integrate Fiddler with an existing Ping Identity SSO application using SAML.

Ping Identity Setup

  1. Create a new SAML integration application with following properties:

  • ACS URL: https://deployment_name/api/sso/ping/callback

  • Entity ID: https://deployment_name/

  • Set Signing property to Sign Assertion and Response .

Once the setup is complete, download the certificate file.

Example of the add new application form in the Ping Applications dashboard.

Deployment Instructions

  1. Create a <secret_filename>.yaml file using the following template.

You'll find the values in the Ping application's configuration.

circle-info

All the values must be base64 encoded.

On Mac OS X, you can run echo -n "string to be encoded" | base64 to get the encoded value.

circle-exclamation
  1. Update the Kubernetes secret in the namespace of the cluster using the above file.

  1. Update the Helm variables below.

circle-info

Once the deployments are updated, the new SSO settings will be applied.