From 94a2c3ab0ea30078e740b0894feabb50316a51d0 Mon Sep 17 00:00:00 2001 From: helio-frota <00hf11@gmail.com> Date: Thu, 10 Mar 2016 09:16:45 -0300 Subject: [PATCH] minor update javascript adapter docs --- .../reference/en/en-US/modules/javascript-adapter.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docbook/auth-server-docs/reference/en/en-US/modules/javascript-adapter.xml b/docbook/auth-server-docs/reference/en/en-US/modules/javascript-adapter.xml index 4090712bc1..74a3e27a0e 100755 --- a/docbook/auth-server-docs/reference/en/en-US/modules/javascript-adapter.xml +++ b/docbook/auth-server-docs/reference/en/en-US/modules/javascript-adapter.xml @@ -30,7 +30,7 @@ To use this adapter, you must first configure an application (or client) through the Keycloak Admin Console. - You should select public for the Client Type field. As public clients can't + You should select public for the Access Type field. As public clients can't be verified with a client secret, you are required to configure one or more valid redirect uris. Once you've configured the application, click on the Installation tab and download the keycloak.json file. This file should be hosted on your web-server at the same root as your HTML pages. Alternatively, you can manually