From b513e94eb9f1f45fba8ae6bc22a1871c39cb9428 Mon Sep 17 00:00:00 2001 From: pedroigor Date: Mon, 27 Nov 2017 11:50:39 -0200 Subject: [PATCH] [KEYCLOAK-3629] - Documentation for confidential-port --- securing_apps/topics/oidc/java/java-adapter-config.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/securing_apps/topics/oidc/java/java-adapter-config.adoc b/securing_apps/topics/oidc/java/java-adapter-config.adoc index 34c7149179..e9e4b53b33 100644 --- a/securing_apps/topics/oidc/java/java-adapter-config.adoc +++ b/securing_apps/topics/oidc/java/java-adapter-config.adoc @@ -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_.