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