Inclusion of add user instructions for overlay
This commit is contained in:
parent
cc776abacb
commit
b8c50c431c
1 changed files with 11 additions and 5 deletions
|
@ -128,7 +128,13 @@ bin/add-user.[sh|bat] -r master -u <username> -p <password>
|
||||||
]]></programlisting>
|
]]></programlisting>
|
||||||
Then restart the server.
|
Then restart the server.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
<para>
|
||||||
|
For <literal>keycloak-overlay</literal>, please make sure to use:
|
||||||
|
<programlisting><![CDATA[
|
||||||
|
bin/add-user-keycloak.[sh|bat] -r master -u <username> -p <password>
|
||||||
|
]]></programlisting>
|
||||||
|
</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>Relational Database Configuration</title>
|
<title>Relational Database Configuration</title>
|
||||||
|
@ -832,7 +838,7 @@ $ keytool -import -alias yourdomain -keystore keycloak.jks -file your-certificat
|
||||||
<link linkend='themes'>Themes</link> sections for more information on how to do this.
|
<link linkend='themes'>Themes</link> sections for more information on how to do this.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>Installing Keycloak Server as Root Context</title>
|
<title>Installing Keycloak Server as Root Context</title>
|
||||||
<para>
|
<para>
|
||||||
|
@ -855,11 +861,11 @@ $ keytool -import -alias yourdomain -keystore keycloak.jks -file your-certificat
|
||||||
<note>
|
<note>
|
||||||
If you have run your server before altering the root context, your database
|
If you have run your server before altering the root context, your database
|
||||||
will contain references to the old /auth context. Your clients may also have incorrect
|
will contain references to the old /auth context. Your clients may also have incorrect
|
||||||
references. To fix this on the server side, you will need to <link linkend="export-import">export
|
references. To fix this on the server side, you will need to <link linkend="export-import">export
|
||||||
your database to json, make corrections, and then import.</link> Client-side keycloak.json
|
your database to json, make corrections, and then import.</link> Client-side keycloak.json
|
||||||
files will need to be updated manually as well.
|
files will need to be updated manually as well.
|
||||||
</note>
|
</note>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
Loading…
Reference in a new issue