Skip to content

Commit

Permalink
Deploying to gh-pages from @ cb7bef9 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
aolle committed Apr 24, 2024
1 parent 6ba3c4e commit aa2ccc3
Show file tree
Hide file tree
Showing 26 changed files with 438 additions and 23 deletions.
Binary file added _images/authservices/create-realm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/authservices/create-realm2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/authservices/groups.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/authservices/groups2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/authservices/groups3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/authservices/groups4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/authservices/groups5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/authservices/roles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/authservices/roles2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/authservices/roles3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/authservices/roles4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/authservices/users.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/authservices/users10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/authservices/users2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/authservices/users3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/authservices/users4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/authservices/users5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/authservices/users6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/authservices/users7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/authservices/users8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/authservices/users9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 14 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,30 @@ <h3 class="title"><a href="index.html"></a></h3>
</li>
</ul>
</li>
<li class="nav-item" data-depth="1">
<a class="nav-link" href="secapp.html">2. Authorization Services</a>
</li>
<li class="nav-item" data-depth="1">
<a class="nav-link" href="secapp.html#presetup">2.1 Configuration</a>
</li>
<li class="nav-item" data-depth="1">
<a class="nav-link" href="secapp.html#quarkus-apps">2.2 Securing Web Applications</a>
</li>
<li class="nav-item" data-depth="1">
<button class="nav-item-toggle"></button>
<a class="nav-link" href="openid-jwt.html">2. OpenID Connect + JWT</a>
<a class="nav-link" href="openid-jwt.html">3. OpenID Connect + JWT</a>
<ul class="nav-list">
<li class="nav-item" data-depth="2">
<a class="nav-link" href="openid-jwt.html#architecture">2.1. Architecture</a>
<a class="nav-link" href="openid-jwt.html#architecture">3.1. Architecture</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="openid-jwt.html#rhbk">2.2. RedHat Build of Keycloak Configuration</a>
<a class="nav-link" href="openid-jwt.html#rhbk">3.2. Configuration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="openid-jwt.html#backend">2.3. Backend</a>
<a class="nav-link" href="openid-jwt.html#backend">3.3. Backend</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="openid-jwt.html#frontend">2.4. Frontend</a>
<a class="nav-link" href="openid-jwt.html#frontend">3.4. Frontend</a>
</li>
</ul>
</li>
Expand Down
25 changes: 17 additions & 8 deletions openid-jwt.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>OpenID + JWT :: Red Hat Build of Keycloak Workshop</title>
<link rel="canonical" href="https://olleb.com/rhbk-workshop/openid-jwt.html">
<link rel="prev" href="setup.html">
<link rel="prev" href="secapp.html">
<meta name="generator" content="Antora 3.0.3">
<link rel="stylesheet" href="./_/css/site.css">
<link rel="icon" href="./_/img/favicon.ico" type="image/x-icon">
Expand Down Expand Up @@ -77,21 +77,30 @@ <h3 class="title"><a href="index.html"></a></h3>
</li>
</ul>
</li>
<li class="nav-item" data-depth="1">
<a class="nav-link" href="secapp.html">2. Authorization Services</a>
</li>
<li class="nav-item" data-depth="1">
<a class="nav-link" href="secapp.html#presetup">2.1 Configuration</a>
</li>
<li class="nav-item" data-depth="1">
<a class="nav-link" href="secapp.html#quarkus-apps">2.2 Securing Web Applications</a>
</li>
<li class="nav-item is-current-page" data-depth="1">
<button class="nav-item-toggle"></button>
<a class="nav-link" href="openid-jwt.html">2. OpenID Connect + JWT</a>
<a class="nav-link" href="openid-jwt.html">3. OpenID Connect + JWT</a>
<ul class="nav-list">
<li class="nav-item" data-depth="2">
<a class="nav-link" href="#architecture">2.1. Architecture</a>
<a class="nav-link" href="#architecture">3.1. Architecture</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="#rhbk">2.2. RedHat Build of Keycloak Configuration</a>
<a class="nav-link" href="#rhbk">3.2. Configuration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="#backend">2.3. Backend</a>
<a class="nav-link" href="#backend">3.3. Backend</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="#frontend">2.4. Frontend</a>
<a class="nav-link" href="#frontend">3.4. Frontend</a>
</li>
</ul>
</li>
Expand All @@ -109,7 +118,7 @@ <h3 class="title"><a href="index.html"></a></h3>
<nav class="breadcrumbs" aria-label="breadcrumbs">
<ul>
<li><a href="index.html">Red Hat Build of Keycloak Workshop</a></li>
<li><a href="openid-jwt.html">2. OpenID Connect + JWT</a></li>
<li><a href="openid-jwt.html">3. OpenID Connect + JWT</a></li>
</ul>
</nav>
<div style="padding: 0 0.5rem 0 0.75rem;">
Expand Down Expand Up @@ -653,7 +662,7 @@ <h3 id="_call_the_backend_service"><a class="anchor" href="#_call_the_backend_se
</div>
</div>
<nav class="pagination">
<span class="prev"><a href="setup.html">1. Environment Setup</a></span>
<span class="prev"><a href="secapp.html">2. Authorization Services</a></span>
</nav>
</article>
<aside class="toc sidebar" data-title="Contents" data-levels="2">
Expand Down
Loading

0 comments on commit aa2ccc3

Please sign in to comment.