Skip to content

Commit aad622d

Browse files
authored
add docs for new properties introduced in #136058. Docs for 9.0+ in #136991 (#137913)
1 parent 8a2cc3b commit aad622d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/reference/settings/security-settings.asciidoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,6 +1163,18 @@ not support user authentication until the metadata can be successfully loaded.
11631163
This setting is ignored if metadata is loaded from a file.
11641164
// end::saml-idp-metadata-http-refresh-tag[]
11651165

1166+
// tag::saml-idp-metadata-http-connect_timeout-tag[]
1167+
`idp.metadata.http.connect_timeout`::
1168+
(<<static-cluster-setting,Static>>)
1169+
Controls the behavior of the HTTP client that is used for fetching the SAML 2.0 metadata file from a remote URL. Specifies the maximum time the client waits for a connection to be established. A value of zero means the timeout is not used. Defaults to `5s` (5 seconds).
1170+
// end::saml-idp-metadata-http-connect_timeout-tag[]
1171+
1172+
// tag::saml-idp-metadata-http-read_timeout-tag[]
1173+
`idp.metadata.http.read_timeout`::
1174+
(<<static-cluster-setting,Static>>)
1175+
Controls the behavior of the HTTP client that is used for fetching the SAML 2.0 metadata file from a remote URL. Specifies the maximum time the client waits when requesting a connection from the connection manager. Defaults to `10s` (10 seconds).
1176+
// end::saml-idp-metadata-http-read_timeout-tag[]
1177+
11661178
// tag::saml-idp-metadata-http-refresh-tag[]
11671179
`idp.metadata.http.refresh` {ess-icon}::
11681180
(<<static-cluster-setting,Static>>)

0 commit comments

Comments
 (0)