Ping Identity Setup
- 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 .

Deployment Instructions
- Create a
<secret_filename>.yamlfile using the following template.
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.- 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.