Ping Identity SAML
Ping Identity Setup


Was this helpful?
apiVersion: v1
kind: Secret
metadata:
name: fiddler-sso-ping-credentials
namespace: <NAMESPACE_NAME>
data:
# Value of Single Sign-On Service when viewing the configuration of the application
sso-ping-entry-point: <PING_ENTRY_POINT>
# Value of entity ID
sso-ping-entity-id: <PING_ENTITY_ID>
# Download .crt file from the application configuration
sso-ping-cert: <PING_CERTIFICATE>
type: Opaquekubectl apply -f <secret_filename>.yaml -n fiddlerfiddler:
auth:
sso:
provider: ping
ping:
secretName: fiddler-sso-ping-credentials