KEYCLOAK-2550

Typo in userguide
This commit is contained in:
Stian Thorgersen 2016-02-26 07:53:34 +01:00
parent 25d183c1d9
commit b94ced2204

View file

@ -155,7 +155,7 @@ Authorization: basic BASE64(client-id + ':' + client-secret)
</para> </para>
<para> <para>
To retrieve the Adapter Configuration then do a HTTP GET to: To retrieve the Adapter Configuration then do a HTTP GET to:
<literal>&lt;KEYCLOAK URL&gt;//realms/&lt;realm&gt;/clients-registrations/installation/&lt;client id&gt;</literal> <literal>&lt;KEYCLOAK URL&gt;//realms/&lt;realm&gt;/clients-registrations/install/&lt;client id&gt;</literal>
</para> </para>
<para> <para>
No authentication is required for public clients. This means that for the JavaScript adapter you can No authentication is required for public clients. This means that for the JavaScript adapter you can