From e301da8c63ff0414704efdb43fe7808802d39d57 Mon Sep 17 00:00:00 2001 From: stianst Date: Thu, 31 Oct 2019 13:09:00 +0100 Subject: [PATCH] Add warning to always-refresh-token option --- securing_apps/topics/oidc/java/java-adapter-config.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/securing_apps/topics/oidc/java/java-adapter-config.adoc b/securing_apps/topics/oidc/java/java-adapter-config.adoc index fb142d3cbd..2b35390940 100644 --- a/securing_apps/topics/oidc/java/java-adapter-config.adoc +++ b/securing_apps/topics/oidc/java/java-adapter-config.adoc @@ -196,6 +196,7 @@ client-key-password:: always-refresh-token:: If _true_, the adapter will refresh token in every request. + Warning - when enabled this will result in a request to {project_name} for every request to your application. register-node-at-startup:: If _true_, then adapter will send registration request to {project_name}.