minor update javascript adapter docs
This commit is contained in:
parent
28fe13a800
commit
94a2c3ab0e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
</para>
|
||||
<para>
|
||||
To use this adapter, you must first configure an application (or client) through the <literal>Keycloak Admin Console</literal>.
|
||||
You should select <literal>public</literal> for the <literal>Client Type</literal> field. As public clients can't
|
||||
You should select <literal>public</literal> for the <literal>Access Type</literal> 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 <literal>Installation</literal> tab and download the <literal>keycloak.json</literal>
|
||||
file. This file should be hosted on your web-server at the same root as your HTML pages. Alternatively, you can manually
|
||||
|
|
Loading…
Reference in a new issue