KEYCLOAK-8310 Change scheme option to alwaysHttps option

This commit is contained in:
stianst 2018-10-09 19:48:06 +02:00 committed by Stian Thorgersen
parent 47ef45dc1a
commit 10b2f2ef9a

View file

@ -88,9 +88,8 @@ it should not be necessary to change this. It is possible to configure fixed por
`httpsPort` properties on the fixed provider.
In most cases the scheme should be set correctly. This may not be true if the reverse proxy is unable to set the `X-Forwarded-For` header
correctly, or if there is an internal application using non-https to invoke {project_name}. The latter is not recommended
and you should strive to use `https` always. In this case you can set a fixed scheme as well by setting the `scheme`
property to `https`.
correctly, or if there is an internal application using non-https to invoke {project_name}. In such cases it is possible
to set the `alwaysHttps` to `true`.
==== Custom provider