From 52ada7712b160c09a677f2eb0244e6172bf5af3e Mon Sep 17 00:00:00 2001 From: wesleymccollam Date: Fri, 10 Nov 2023 13:33:36 -0500 Subject: [PATCH] add provider block header var to doc --- docs/index.md | 2 +- templates/index.md.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 678ce752e..1449da92f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,4 +24,4 @@ The PingFederate provider supports version `11.2` of PingFederate. - `insecure_trust_all_tls` (Boolean) Set to true to trust any certificate when connecting to the PingFederate server. This is insecure and should not be enabled outside of testing. Default value can be set with the `PINGFEDERATE_PROVIDER_INSECURE_TRUST_ALL_TLS` environment variable. - `password` (String, Sensitive) Password for PingFederate Admin user. Default value can be set with the `PINGFEDERATE_PROVIDER_PASSWORD` environment variable. - `username` (String) Username for PingFederate Admin user. Default value can be set with the `PINGFEDERATE_PROVIDER_USERNAME` environment variable. - +- `x_bypass_external_validation_header` (Boolean) Header value in request for PingFederate. The connection test will be bypassed when set to true. Default value is false. diff --git a/templates/index.md.tmpl b/templates/index.md.tmpl index 678ce752e..1449da92f 100644 --- a/templates/index.md.tmpl +++ b/templates/index.md.tmpl @@ -24,4 +24,4 @@ The PingFederate provider supports version `11.2` of PingFederate. - `insecure_trust_all_tls` (Boolean) Set to true to trust any certificate when connecting to the PingFederate server. This is insecure and should not be enabled outside of testing. Default value can be set with the `PINGFEDERATE_PROVIDER_INSECURE_TRUST_ALL_TLS` environment variable. - `password` (String, Sensitive) Password for PingFederate Admin user. Default value can be set with the `PINGFEDERATE_PROVIDER_PASSWORD` environment variable. - `username` (String) Username for PingFederate Admin user. Default value can be set with the `PINGFEDERATE_PROVIDER_USERNAME` environment variable. - +- `x_bypass_external_validation_header` (Boolean) Header value in request for PingFederate. The connection test will be bypassed when set to true. Default value is false.