Skip to content

Commit 304ccbe

Browse files
committed
Deploying to main from @ 93b44449fe81ba83827bb386192bf37623d97fe7 🚀
1 parent d1f1c7c commit 304ccbe

29 files changed

+529
-79
lines changed
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
2+
<!doctype html>
3+
<html lang="en" prefix="og: https://ogp.me/ns#">
4+
<head>
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0J2P9316N6"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
gtag('config', 'G-0J2P9316N6');
11+
</script>
12+
<meta charset="utf-8"/>
13+
<title>Keycloak 26.4.5 released - Keycloak</title>
14+
<meta name="twitter:card" content="summary_large">
15+
<meta name="twitter:site" content="@keycloak">
16+
<meta property="og:site_name" content="Keycloak">
17+
<meta property="og:title" content="Keycloak 26.4.5 released">
18+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
19+
<meta name="description" property="og:description" content="Keycloak - the open source identity and access management solution. Add single-sign-on and authentication to applications and secure services with minimum effort.">
20+
<meta name="author" content="Keycloak Team">
21+
<meta name="keywords" content="sso,idm,openid connect,saml,kerberos,ldap">
22+
<link href="https://www.keycloak.org/resources/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
23+
<link href="https://www.keycloak.org/resources/@fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet">
24+
<link href="https://www.keycloak.org/resources/css/keycloak.css" rel="stylesheet">
25+
<link rel="canonical" href="https://www.keycloak.org/2025/11/keycloak-2645-released">
26+
<meta property="og:url" content="https://www.keycloak.org/2025/11/keycloak-2645-released">
27+
<link rel="shortcut icon" href="https://www.keycloak.org/resources/favicon.svg">
28+
<link rel="alternate" type="application/rss+xml" title="Keycloak's Blog" href="https://www.keycloak.org/rss.xml">
29+
<script type="application/ld+json">
30+
{"@context":"https://schema.org/","@type":"BlogPosting","@id":"https://www.keycloak.org/2025/11/keycloak-2645-released","headline":"Keycloak 26.4.5 released","name":"Keycloak 26.4.5 released","datePublished":"2025-11-12T08:00:00Z","inLanguage":"en","url":"https://www.keycloak.org/2025/11/keycloak-2645-released","publisher":{"@type":"Organization","@id":"https://keycloak.org","name":"Keycloak"}}
31+
</script></head>
32+
<body>
33+
34+
<header class="navbar navbar-expand-md bg-light shadow-sm">
35+
<nav class="container-xxl flex-wrap flex-md-no-wrap navbar-light" data-nosnippet>
36+
<a class="navbar-brand me-3 me-md-4 me-lg-5" href="https://www.keycloak.org/">
37+
<img style="aspect-ratio: 730/151" class="img-fluid" src="https://www.keycloak.org/resources/images/logo.svg" width="240" alt="Keycloak"/>
38+
</a>
39+
<a class="nav-link d-none d-sm-block d-md-none d-lg-block" href="https://github.com/keycloak/keycloak"><img src="https://www.keycloak.org/resources/images/stars-large.svg" style="height: 25px; aspect-ratio: 128/20" alt="GitHub stars"/></a>
40+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
41+
<span class="fa fa-bars fa-lg px-1 py-2"></span>
42+
</button>
43+
<div class="collapse navbar-collapse" id="navbarCollapse">
44+
<ul class="navbar-nav flex-row flex-wrap bd-navbar-nav pt-2 py-md-0">
45+
<li class="nav-item col-6 col-md-auto">
46+
<a class="nav-link " href="https://www.keycloak.org/guides">Guides</a>
47+
</li>
48+
<li class="nav-item col-6 col-md-auto">
49+
<a class="nav-link " href="https://www.keycloak.org/documentation">Docs</a>
50+
</li>
51+
<li class="nav-item col-6 col-md-auto">
52+
<a class="nav-link " href="https://www.keycloak.org/downloads">Downloads</a>
53+
</li>
54+
<li class="nav-item col-6 col-md-auto">
55+
<a class="nav-link " href="https://www.keycloak.org/community">Community</a>
56+
</li>
57+
<li class="nav-item col-6 col-md-auto">
58+
<a class="nav-link " href="https://www.keycloak.org/blog">Blog</a>
59+
</li>
60+
</ul>
61+
</div>
62+
<div class="d-block d-sm-none d-md-block d-lg-none text-center vw-100">
63+
<a class="nav-link d-inline p-0" href="https://github.com/keycloak/keycloak"><img src="https://www.keycloak.org/resources/images/stars-large.svg" style="height: 25px; aspect-ratio: 128/20" alt="GitHub stars"/></a>
64+
</div>
65+
</nav>
66+
</header>
67+
68+
69+
<div class="container mt-5 kc-article kc-asciidoc">
70+
<h1>Keycloak 26.4.5 released</h1>
71+
<p class="blog-date text-muted">November 12 2025</p>
72+
73+
74+
<p>To download the release go to <a href="https://www.keycloak.org/downloads.html">Keycloak downloads</a>.</p>
75+
76+
77+
<h2>Upgrading</h2>
78+
<p>Before upgrading refer to <a href="https://www.keycloak.org/docs/latest/upgrading/#migration-changes">the migration guide</a> for a complete list of changes.</p>
79+
80+
<h2>All resolved issues</h2>
81+
82+
83+
84+
85+
<h3>Bugs</h3>
86+
<ul>
87+
<li><a href="https://github.com/keycloak/keycloak/issues/42601">#42601</a> Flaky test: org.keycloak.testsuite.broker.KcOidcBrokerTest#testPostBrokerLoginFlowWithOTP <span class="badge bg-secondary">ci</span></li>
88+
<li><a href="https://github.com/keycloak/keycloak/issues/43212">#43212</a> Document missing artifact dependency for UserStoragePrivateUtil <span class="badge bg-secondary">docs</span></li>
89+
<li><a href="https://github.com/keycloak/keycloak/issues/43564">#43564</a> Invalid liquibase check sum for jpa-changelog-2.5.0.xml <span class="badge bg-secondary">core</span></li>
90+
<li><a href="https://github.com/keycloak/keycloak/issues/43718">#43718</a> Email Not Persisted During Registration When "Email as Username" is Enabled and User Edit Permission is Disabled <span class="badge bg-secondary">user-profile</span></li>
91+
<li><a href="https://github.com/keycloak/keycloak/issues/43793">#43793</a> import does not seem to run db migration <span class="badge bg-secondary">import-export</span></li>
92+
<li><a href="https://github.com/keycloak/keycloak/issues/43883">#43883</a> Creating group policy on a client uses "manage-clients" role if FGAP V1 is disabled <span class="badge bg-secondary">authorization-services</span></li>
93+
<li><a href="https://github.com/keycloak/keycloak/issues/44010">#44010</a> Ordering attributes will unset the unmanaged attribute policy <span class="badge bg-secondary">user-profile</span></li>
94+
<li><a href="https://github.com/keycloak/keycloak/issues/44031">#44031</a> Can't build keycloak 26.4.4 with quarkus.launch.rebuild=true <span class="badge bg-secondary">dist/quarkus</span></li>
95+
<li><a href="https://github.com/keycloak/keycloak/issues/44056">#44056</a> Allow only normalized URLs in requests caused a regression in view authz permission details in Admin Consol <span class="badge bg-secondary">admin/ui</span></li>
96+
<li><a href="https://github.com/keycloak/keycloak/issues/44117">#44117</a> DockerClientTest failure <span class="badge bg-secondary">testsuite</span></li>
97+
</ul>
98+
99+
</div>
100+
101+
102+
<div class="container mt-5" data-nosnippet>
103+
<footer class="py-3 my-4 border-top">
104+
<p class="text-center text-muted">Keycloak is a Cloud Native Computing Foundation incubation project</p>
105+
<div class="text-center">
106+
<img style="aspect-ratio: 300/48" alt="Cloud Native Computing Foundation" src="https://www.keycloak.org/resources/images/cncf_logo.png" loading="lazy"/>
107+
</div>
108+
<p class="mt-4 text-center small text-muted">&copy; Keycloak Authors 2025. &copy; 2025 The Linux Foundation. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage">Trademark Usage page</a>.</p>
109+
</footer>
110+
</div>
111+
112+
<script src="https://www.keycloak.org/resources/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
113+
<script src="https://www.keycloak.org/resources/tocbot/dist/tocbot.min.js" type="text/javascript"></script>
114+
</body>
115+
</html>

archive/documentation-26.4.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2 class="mt-4">Guides</h2>
8181
<tbody>
8282
<tr>
8383
<td>
84-
<a href="https://www.keycloak.org/docs/26.4.4/release_notes/index.html" target="_blank">
84+
<a href="https://www.keycloak.org/docs/26.4.5/release_notes/index.html" target="_blank">
8585
Release Notes
8686
</a>
8787
</td>
@@ -90,7 +90,7 @@ <h2 class="mt-4">Guides</h2>
9090
</tr>
9191
<tr>
9292
<td>
93-
<a href="https://www.keycloak.org/docs/26.4.4/server_admin/index.html" target="_blank">
93+
<a href="https://www.keycloak.org/docs/26.4.5/server_admin/index.html" target="_blank">
9494
Server Administration
9595
</a>
9696
</td>
@@ -100,7 +100,7 @@ <h2 class="mt-4">Guides</h2>
100100
</tr>
101101
<tr>
102102
<td>
103-
<a href="https://www.keycloak.org/docs/26.4.4/server_development/index.html" target="_blank">
103+
<a href="https://www.keycloak.org/docs/26.4.5/server_development/index.html" target="_blank">
104104
Server Developer
105105
</a>
106106
</td>
@@ -110,7 +110,7 @@ <h2 class="mt-4">Guides</h2>
110110
</tr>
111111
<tr>
112112
<td>
113-
<a href="https://www.keycloak.org/docs/26.4.4/authorization_services/index.html" target="_blank">
113+
<a href="https://www.keycloak.org/docs/26.4.5/authorization_services/index.html" target="_blank">
114114
Authorization Services
115115
</a>
116116
</td>
@@ -120,7 +120,7 @@ <h2 class="mt-4">Guides</h2>
120120
</tr>
121121
<tr>
122122
<td>
123-
<a href="https://www.keycloak.org/docs/26.4.4/upgrading/index.html" target="_blank">
123+
<a href="https://www.keycloak.org/docs/26.4.5/upgrading/index.html" target="_blank">
124124
Upgrading
125125
</a>
126126
</td>
@@ -137,7 +137,7 @@ <h2 class="mt-4">API Documentation</h2>
137137
<tbody>
138138
<tr>
139139
<td>
140-
<a href="https://www.keycloak.org/docs-api/26.4.4/javadocs/index.html" target="_blank">
140+
<a href="https://www.keycloak.org/docs-api/26.4.5/javadocs/index.html" target="_blank">
141141
JavaDoc
142142
</a>
143143
</td>
@@ -147,7 +147,7 @@ <h2 class="mt-4">API Documentation</h2>
147147
</tr>
148148
<tr>
149149
<td>
150-
<a href="https://www.keycloak.org/docs-api/26.4.4/rest-api/index.html" target="_blank">
150+
<a href="https://www.keycloak.org/docs-api/26.4.5/rest-api/index.html" target="_blank">
151151
Administration REST API
152152
</a>
153153
</td>

0 commit comments

Comments
 (0)