Commit 27c6042d by Agnès Toulet Committed by GitHub

Docs: Fix SAML config field (#27250)

parent c45cf837
...@@ -187,7 +187,7 @@ With the [`allowed_organizations`]({{< relref "./enterprise-configuration.md#all ...@@ -187,7 +187,7 @@ With the [`allowed_organizations`]({{< relref "./enterprise-configuration.md#all
enabled = true enabled = true
certificate_path = "/path/to/certificate.cert" certificate_path = "/path/to/certificate.cert"
private_key_path = "/path/to/private_key.pem" private_key_path = "/path/to/private_key.pem"
metadata_path = "/my/metadata.xml" idp_metadata_path = "/my/metadata.xml"
max_issue_delay = 90s max_issue_delay = 90s
metadata_valid_duration = 48h metadata_valid_duration = 48h
assertion_attribute_name = displayName assertion_attribute_name = displayName
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment