From b94ced22048b684cf865de0f9e62c18f826b3771 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 26 Feb 2016 07:53:34 +0100 Subject: [PATCH] KEYCLOAK-2550 Typo in userguide --- .../reference/en/en-US/modules/client-registration.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docbook/auth-server-docs/reference/en/en-US/modules/client-registration.xml b/docbook/auth-server-docs/reference/en/en-US/modules/client-registration.xml index d60c1cd318..d1d5838f70 100755 --- a/docbook/auth-server-docs/reference/en/en-US/modules/client-registration.xml +++ b/docbook/auth-server-docs/reference/en/en-US/modules/client-registration.xml @@ -155,7 +155,7 @@ Authorization: basic BASE64(client-id + ':' + client-secret) To retrieve the Adapter Configuration then do a HTTP GET to: - <KEYCLOAK URL>//realms/<realm>/clients-registrations/installation/<client id> + <KEYCLOAK URL>//realms/<realm>/clients-registrations/install/<client id> No authentication is required for public clients. This means that for the JavaScript adapter you can