Ping Identity SAML SSO Integration
Last updated
Was this helpful?
Last updated
Was this helpful?
This guide explains how to integrate Fiddler with an existing Ping Identity SSO application using SAML.
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.
Create a <secret_filename>.yaml
file using the following template.
You'll find the values in the Ping application's configuration.
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.
Do not use double quotes anywhere in the values.
Update the Kubernetes secret in the namespace of the cluster using the above file.
Update the Helm variables below.
Once the deployments are updated, the new SSO settings will be applied.