KEYCLOAK-10837

KEYCLOAK-10837 Add possibility to disable certificate verification for outgoing https connections
This commit is contained in:
ykvasetskiy 2020-01-06 10:04:40 +02:00 committed by Bruno Oliveira da Silva
parent 10264146df
commit 06c7a0061a

View file

@ -59,6 +59,12 @@ proxy-mappings::
Denotes proxy configurations for outgoing HTTP requests.
See the section on <<_proxymappings, Proxy Mappings for Outgoing HTTP Requests>> for more details.
disable-trust-manager::
If an outgoing request requires HTTPS and this config option is set to `true` you do not have to specify a truststore.
This setting should only be used during development and *never* in production as it will disable verification of SSL certificates.
This is _OPTIONAL_.
The default value is `false`.
[[_proxymappings]]
==== Proxy Mappings for Outgoing HTTP Requests