Skip to content

Commit

Permalink
chore: deploy website
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 28, 2024
1 parent 3ef41f0 commit 63a445f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/oidc.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h1 class="page">OpenID Connect Integration</h1>
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>Hawtio is already <a href="keycloak.adoc">supporting Keycloak</a> as <a href="https://openid.net/specs/openid-connect-core-1_0.html#Terminology">OpenID Provider</a>. However, Keycloak <a href="https://www.keycloak.org/2022/02/adapter-deprecation">already announced</a> that the configuration methods used by Hawtio are deprecated.</p>
<p>Hawtio is already <a href="keycloak.html" class="xref page">supporting Keycloak</a> as <a href="https://openid.net/specs/openid-connect-core-1_0.html#Terminology">OpenID Provider</a>. However, Keycloak <a href="https://www.keycloak.org/2022/02/adapter-deprecation">already announced</a> that the configuration methods used by Hawtio are deprecated.</p>
</div>
<div class="paragraph">
<p>Because <a href="https://openid.net/specs/openid-connect-core-1_0.html">OpenID Connect Core 1.0</a> is a widespread specification and standard method for distributed authentication (based on <a href="https://datatracker.ietf.org/doc/html/rfc6749">OAuth 2</a>), Hawtio 4 now supports generic OpenID authentication.</p>
Expand Down Expand Up @@ -262,7 +262,7 @@ <h2 id="_generic_openid_connect_authentication_in_hawtio"><a class="anchor" href
</ul>
</div>
<div class="paragraph">
<p>These libraries are included in Hawtio Server WAR, which means there&#8217;s no need to install/deploy <em>any</em> additional libraries (as it is the case with <a href="keycloak.adoc">Keycloak specific configuration</a>).</p>
<p>These libraries are included in Hawtio Server WAR, which means there&#8217;s no need to install/deploy <em>any</em> additional libraries (as it is the case with <a href="keycloak.html" class="xref page">Keycloak specific configuration</a>).</p>
</div>
<div class="paragraph">
<p>In order to configure Hawtio with external OpenID Connect provider, we need to provide one configuration file and point Hawtio to its location.</p>
Expand Down Expand Up @@ -293,7 +293,7 @@ <h2 id="_generic_openid_connect_authentication_in_hawtio"><a class="anchor" href
</ul>
</div>
<div class="paragraph">
<p>Unlike with <a href="keycloak.adoc">Keycloak specific configuration</a>, there&#8217;s only one <code>*.properties</code> file needed that is used to configure all the aspects of OpenID Connect configuration. Here&#8217;s the template:</p>
<p>Unlike with <a href="keycloak.html" class="xref page">Keycloak specific configuration</a>, there&#8217;s only one <code>*.properties</code> file needed that is used to configure all the aspects of OpenID Connect configuration. Here&#8217;s the template:</p>
</div>
<div class="listingblock">
<div class="content">
Expand Down

0 comments on commit 63a445f

Please sign in to comment.