Docs: SAML idp_metadata_url option (#18181)

This commit is contained in:
Alexander Zobnin
2019-07-18 18:45:59 +03:00
committed by GitHub
parent c6d3ffce91
commit e47546d529
3 changed files with 13 additions and 4 deletions

View File

@@ -392,7 +392,7 @@ certificate_path =
private_key =
# Path to the private key. Used to decrypt assertions from the IdP
private_key_path =
private_key_path =
# Base64-encoded IdP SAML metadata XML. Used to verify and obtain binding locations from the IdP
idp_metadata =
@@ -400,6 +400,9 @@ idp_metadata =
# Path to the SAML metadata XML. Used to verify and obtain binding locations from the IdP
idp_metadata_path =
# URL to fetch SAML IdP metadata. Used to verify and obtain binding locations from the IdP
idp_metadata_url =
# Duration, since the IdP issued a response and the SP is allowed to process it. Defaults to 90 seconds
max_issue_delay = 90s

View File

@@ -348,7 +348,7 @@
;private_key =
;# Path to the private key. Used to decrypt assertions from the IdP
;private_key_path =
;private_key_path =
# Base64-encoded IdP SAML metadata XML. Used to verify and obtain binding locations from the IdP
;idp_metadata =
@@ -356,6 +356,9 @@
# Path to the SAML metadata XML. Used to verify and obtain binding locations from the IdP
;idp_metadata_path =
# URL to fetch SAML IdP metadata. Used to verify and obtain binding locations from the IdP
;idp_metadata_url =
# Duration, since the IdP issued a response and the SP is allowed to process it. Defaults to 90 seconds.
;max_issue_delay = 90s