[KEYCLOAK-3629] - Documentation for confidential-port

This commit is contained in:
pedroigor 2017-11-27 11:50:39 -02:00 committed by Stian Thorgersen
parent 12788bf688
commit b513e94eb9

View file

@ -75,6 +75,11 @@ ssl-required::
The default value is _external_ meaning that HTTPS is required by default for external requests.
Valid values are 'all', 'external' and 'none'.
confidential-port::
The confidential port used by the {project_name} server for secure connections over SSL/TLS.
This is _OPTIONAL_.
The default value is _8443_.
use-resource-role-mappings::
If set to true, the adapter will look inside the token for application level role mappings for the user. If false, it will look at the realm level for user role mappings.
This is _OPTIONAL_.