-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathblog.html
More file actions
241 lines (227 loc) · 11.9 KB
/
Copy pathblog.html
File metadata and controls
241 lines (227 loc) · 11.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!doctype html>
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0J2P9316N6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0J2P9316N6');
</script>
<meta charset="utf-8"/>
<title>Blog - Keycloak</title>
<meta name="twitter:card" content="summary_large">
<meta name="twitter:site" content="@keycloak">
<meta property="og:site_name" content="Keycloak">
<meta property="og:title" content="Blog">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" property="og:description" content="Read the latest news about Keycloak in this blog.">
<meta name="author" content="Keycloak Team">
<meta name="keywords" content="sso,idm,openid connect,saml,kerberos,ldap">
<link href="https://www.keycloak.org/resources/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://www.keycloak.org/resources/@fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="https://www.keycloak.org/resources/css/keycloak.css" rel="stylesheet">
<link rel="canonical" href="https://www.keycloak.org/blog">
<meta property="og:url" content="https://www.keycloak.org/blog">
<link rel="icon" type="image/x-icon" href="https://www.keycloak.org/resources/favicon.ico">
<link rel="icon" type="image/vnd.microsoft.icon" href="https://www.keycloak.org/resources/favicon.ico">
<link rel="icon" type="image/svg+xml" href="https://www.keycloak.org/resources/favicon.svg">
<link rel="alternate" type="application/rss+xml" title="Keycloak's Blog" href="https://www.keycloak.org/rss.xml"></head>
<body>
<div class="bg-primary text-center py-2 px-3" data-nosnippet>
<a class="link-light text-decoration-none small" href="https://events.linuxfoundation.org/kubecon-cloudnativecon-japan/co-located-events/keycloakcon/">
Join us at KeycloakCon Japan 2026, colocated with KubeCon Japan 2026 · July 28 · <span class="fw-semibold text-decoration-underline">Register Today →</span>
</a>
</div>
<header class="navbar navbar-expand-md bg-light shadow-sm">
<nav class="container-xxl flex-wrap flex-md-no-wrap navbar-light" data-nosnippet>
<a class="navbar-brand me-3 me-md-4 me-lg-5" href="https://www.keycloak.org/">
<img style="aspect-ratio: 730/151" class="img-fluid" src="https://www.keycloak.org/resources/images/logo.svg" width="240" alt="Keycloak"/>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav nav-underline mx-auto flex-row flex-wrap bd-navbar-nav pt-2 py-md-0 gap-md-3">
<li class="nav-item col-6 col-md-auto">
<a class="nav-link " href="https://www.keycloak.org/guides">Guides</a>
</li>
<li class="nav-item col-6 col-md-auto">
<a class="nav-link " href="https://www.keycloak.org/documentation">Docs</a>
</li>
<li class="nav-item col-6 col-md-auto">
<a class="nav-link " href="https://www.keycloak.org/downloads">Downloads</a>
</li>
<li class="nav-item col-6 col-md-auto">
<a class="nav-link " href="https://www.keycloak.org/community">Community</a>
</li>
<li class="nav-item col-6 col-md-auto">
<a class="nav-link active" href="https://www.keycloak.org/blog">Blog</a>
</li>
</ul>
<a class="d-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: 124/20" alt="GitHub stars"/></a>
</div>
<div class="d-block d-sm-none d-md-block d-lg-none text-center vw-100">
<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: 124/20" alt="GitHub stars"/></a>
</div>
</nav>
</header>
<nav class="navbar navbar-dark bg-dark">
<div class="container">
<h4 class="mb-0 text-white w-100 text-center">Blog</h4>
</div>
</nav>
<div class="jumbotron jumbotron-fluid bg-light kc-bg-triangles pt-4 pb-2">
<div class="container">
<div class="row">
<div class="col-sm-6 d-flex">
<div class="card">
<div class="card-body">
<h5 class="card-title" style="margin-bottom:0">
Keycloak Client Libraries 26.0.11 released
</h5>
</div>
<div class="card-footer">
<span class="card-subtitle fs-xsmall text-body-secondary">
15 July 2026
</span>
</div>
<a href="https://www.keycloak.org/2026/07/keycloak-client-26011-released" class="stretched-link"></a>
</div>
</div>
<div class="col-sm-6 d-flex">
<div class="card">
<div class="card-body">
<h5 class="card-title" >
Keycloak 26.7.0 released
</h5>
<div class="card-text">Stronger security for the Identity Brokering API * Progress on Verifiable Credentials (OID4VCI) (experimental) * Cross-domain token exchange with Identity Assertion JWT Grant (experimental) * Automate user provisioning with the SCIM API (preview)</div>
</div>
<div class="card-footer">
<span class="card-subtitle fs-xsmall text-body-secondary">
09 July 2026
</span>
</div>
<a href="https://www.keycloak.org/2026/07/keycloak-2670-released" class="stretched-link"></a>
</div>
</div>
<div class="col-sm-6 d-flex">
<div class="card">
<div class="card-body">
<h5 class="card-title" >
Experimental Shared Signals Framework support
</h5>
<div class="card-text">Keycloak can now act as an OpenID Shared Signals Framework Transmitter, federating realm, user, session and credential events to downstream services as signed Security Event Tokens.</div>
</div>
<div class="card-footer">
<span class="card-subtitle fs-xsmall text-body-secondary">
03 July 2026
by Thomas Darimont
</span>
</div>
<a href="https://www.keycloak.org/2026/07/experimental-ssf-support" class="stretched-link"></a>
</div>
</div>
<div class="col-sm-6 d-flex">
<div class="card">
<div class="card-body">
<h5 class="card-title" style="margin-bottom:0">
Keycloak Client Libraries 26.0.10 released
</h5>
</div>
<div class="card-footer">
<span class="card-subtitle fs-xsmall text-body-secondary">
30 June 2026
</span>
</div>
<a href="https://www.keycloak.org/2026/06/keycloak-client-26010-released" class="stretched-link"></a>
</div>
</div>
<div class="col-sm-6 d-flex">
<div class="card">
<div class="card-body">
<h5 class="card-title" >
Save the Date: Keycloak DevDay 2027
</h5>
<div class="card-text">Join us in Darmstadt on April 8th & 9th, 2027 for the world's largest Keycloak community event!</div>
</div>
<div class="card-footer">
<span class="card-subtitle fs-xsmall text-body-secondary">
29 June 2026
by Niko Köbler, Sebastian Rose
</span>
</div>
<a href="https://www.keycloak.org/2026/06/keycloak-devday-2027-save-the-date" class="stretched-link"></a>
</div>
</div>
<div class="col-sm-6 d-flex">
<div class="card">
<div class="card-body">
<h5 class="card-title" style="margin-bottom:0">
Keycloak 26.6.4 released
</h5>
</div>
<div class="card-footer">
<span class="card-subtitle fs-xsmall text-body-secondary">
26 June 2026
</span>
</div>
<a href="https://www.keycloak.org/2026/06/keycloak-2664-released" class="stretched-link"></a>
</div>
</div>
<div class="col-sm-6 d-flex">
<div class="card">
<div class="card-body">
<h5 class="card-title" >
Meet Keycloak at KubeCon Japan in July
</h5>
<div class="card-text">We will be hosting a Kiosk in the Project Table, and have lots of talks at KeycloakCon and in the main track. We are eager to meet Keycloak enthusiasts, users and newcomers alike!</div>
</div>
<div class="card-footer">
<span class="card-subtitle fs-xsmall text-body-secondary">
20 June 2026
by Alexander Schwartz
</span>
</div>
<a href="https://www.keycloak.org/2026/06/keycloak-kubecon26-japan-announce" class="stretched-link"></a>
</div>
</div>
<div class="col-sm-6 d-flex">
<div class="card">
<div class="card-body">
<h5 class="card-title" style="margin-bottom:0">
Keycloak 26.6.3 released
</h5>
</div>
<div class="card-footer">
<span class="card-subtitle fs-xsmall text-body-secondary">
04 June 2026
</span>
</div>
<a href="https://www.keycloak.org/2026/06/keycloak-2663-released" class="stretched-link"></a>
</div>
</div>
</div>
<div class="row">
<div class="col">
<h4>For older entries go <a href="https://www.keycloak.org/blog-archive">here</a></h4>
</div>
<div class="col">
<h4><a class="float-end" href="https://www.keycloak.org/rss.xml"><i class="fas fa-rss text-dark"></i></a></h4>
</div>
</div>
</div>
</div>
<div class="container mt-5" data-nosnippet>
<footer class="py-3 my-4 border-top">
<p class="text-center text-muted">Keycloak is a Cloud Native Computing Foundation incubation project</p>
<div class="text-center">
<img style="aspect-ratio: 300/48" alt="Cloud Native Computing Foundation" src="https://www.keycloak.org/resources/images/cncf_logo.png" loading="lazy"/>
</div>
<p class="mt-4 text-center small text-muted">© Keycloak Authors 2026. © 2026 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>
</footer>
</div>
<script src="https://www.keycloak.org/resources/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
<script src="https://www.keycloak.org/resources/tocbot/dist/tocbot.min.js" type="text/javascript"></script>
</body>
</html>