You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">The prefix of the headers holding additional certificates in the chain and used to retrieve individual
867
867
certificates according to the length of the chain. For instance, a value <code>CERT_CHAIN</code> will tell the server
868
868
to load additional certificates from headers <code>CERT_CHAIN_0</code> to <code>CERT_CHAIN_9</code> if <code>certificate-chain-length</code> is set to <code>10</code>.</p></td>
<h4id="_configuring_the_haproxy_provider"><aclass="anchor" href="#_configuring_the_haproxy_provider"></a>Configuring the HAProxy provider</h4>
886
+
<divclass="paragraph">
887
+
<p>HAProxy can forward client certificates as base64-encoded DER using its <code>ssl_c_der,base64</code> and <code>ssl_c_chain_der,base64</code> sample fetches.
888
+
The <code>haproxy</code> provider reads the client certificate from the <code>ssl-client-cert</code> header and the certificate chain from the <code>ssl-cert-chain</code> header.</p>
889
+
</div>
890
+
<divclass="paragraph">
891
+
<p>The options and defaults specific to <code>haproxy</code> are as follows:</p>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">The name of the header holding the full certificate chain as a single base64-encoded DER value. HAProxy’s <code>ssl_c_chain_der,base64</code> produces the concatenated DER encoding of all CA certificates in one value.</p></td>
<p>If the number of intermediate certificates in your certificate chain is longer than the default, you must set the
943
+
<code>certificate-chain-length</code> option to an appropriate value. Otherwise, the provider will discard the request.</p>
944
+
</div>
945
+
</div>
946
+
<divclass="sect3">
879
947
<h4id="_configuring_the_nginx_provider"><aclass="anchor" href="#_configuring_the_nginx_provider"></a>Configuring the NGINX provider</h4>
880
948
<divclass="paragraph">
881
949
<p>The NGINX SSL/TLS module does not expose the client certificate chain. Keycloak’s NGINX certificate lookup provider rebuilds it by using the Keycloak truststore.</p>
<p>Your theme includes the images and colors you provided. They appear throughout the Account Console, Admin Console, and login page.</p>
224
224
</div>
225
225
<divclass="paragraph">
226
-
<p>Once your "Quick Theme" archive jar is deployed, you can fully test it using the procedures shown in the <ahref="#themes">Themes chapter</a>. Essentially, you just need to choose your new theme on the Realm settings -→ Themes tab.</p>
226
+
<p>Once your "Quick Theme" archive jar is deployed, you can fully test it using the procedures shown in the <ahref="https://www.keycloak.org/nightly/ui-customization/themes">Working with themes</a> guide. Essentially, you just need to choose your new theme on the Realm settings → Themes tab.</p>
<h2id="_using_the_pages"><aclass="anchor" href="#_using_the_pages"></a>Using the pages</h2>
186
186
<divclass="sectionbody">
187
187
<divclass="paragraph">
188
-
<p>To see how to further integrate the pages, we recommend that you take a look at the output of the tool in the <ahref="#creating-your-own-console">Creating your own Console</a>chapter.</p>
188
+
<p>To see how to further integrate the pages, we recommend that you take a look at the output of the tool in the <ahref="https://www.keycloak.org/nightly/ui-customization/creating-your-own-console">Creating your own Console</a>guide.</p>
Copy file name to clipboardExpand all lines: nightly/ui-customization/welcome-theme.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ <h1>Customizing the Welcome Theme</h1>
109
109
<p>Since the welcome theme is not associated with a realm, it cannot be selected in the admin console like other themes.</p>
110
110
</div>
111
111
<divclass="paragraph">
112
-
<p>To change the welcome theme, create and deploy a new welcome theme as described in <ahref="#_creating-a-theme">Creating a theme</a>. Then, start the Keycloak server using the <code>spi-theme—​welcome-theme</code> option.</p>
112
+
<p>To change the welcome theme, create and deploy a new welcome theme as described in <ahref="https://www.keycloak.org/nightly/ui-customization/themes#_creating-a-theme">Working with themes</a>. Then, start the Keycloak server using the <code>spi-theme—​welcome-theme</code> option.</p>
0 commit comments