-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
255b310
commit c3fe557
Showing
5 changed files
with
109 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
[ { | ||
"number" : 31415, | ||
"repository" : "keycloak", | ||
"title" : "Selection list does not close after outside click", | ||
"kind" : "bug", | ||
"area" : "admin/ui", | ||
"url" : "https://github.com/keycloak/keycloak/issues/31415" | ||
}, { | ||
"number" : 33607, | ||
"repository" : "keycloak", | ||
"title" : "Fix v2 login layout", | ||
"kind" : "bug", | ||
"area" : "login/ui", | ||
"url" : "https://github.com/keycloak/keycloak/issues/33607" | ||
}, { | ||
"number" : 33618, | ||
"repository" : "keycloak", | ||
"title" : "No message for `policyGroupsHelp`", | ||
"kind" : "bug", | ||
"area" : "admin/ui", | ||
"url" : "https://github.com/keycloak/keycloak/issues/33618" | ||
}, { | ||
"number" : 33640, | ||
"repository" : "keycloak", | ||
"title" : "Customizable footer (Keycloak 26) not displaying in keycloak.v2 login theme", | ||
"kind" : "bug", | ||
"area" : "login/ui", | ||
"url" : "https://github.com/keycloak/keycloak/issues/33640" | ||
}, { | ||
"number" : 34301, | ||
"repository" : "keycloak", | ||
"title" : "Remove inaccurate statement about master realm imports", | ||
"kind" : "bug", | ||
"area" : "docs", | ||
"url" : "https://github.com/keycloak/keycloak/issues/34301" | ||
}, { | ||
"number" : 34308, | ||
"repository" : "keycloak", | ||
"title" : "Remove not needed Quarkus dependencies related to Dev UI services", | ||
"kind" : "task", | ||
"area" : null, | ||
"url" : "https://github.com/keycloak/keycloak/issues/34308" | ||
}, { | ||
"number" : 34450, | ||
"repository" : "keycloak", | ||
"title" : "[26.0.2] Migration from 25.0.1 Identity Provider Errors", | ||
"kind" : "bug", | ||
"area" : "identity-brokering", | ||
"url" : "https://github.com/keycloak/keycloak/issues/34450" | ||
}, { | ||
"number" : 34467, | ||
"repository" : "keycloak", | ||
"title" : "Do not rely on the `pwdLastSet` attribute when updating AD entries", | ||
"kind" : "bug", | ||
"area" : "ldap", | ||
"url" : "https://github.com/keycloak/keycloak/issues/34467" | ||
} ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<div> | ||
<h2>Highlights</h2> | ||
<div class="sect2"> | ||
<h3 id="_ldap_users_are_created_as_enabled_by_default_when_using_microsoft_active_directory">LDAP users are created as enabled by default when using Microsoft Active Directory</h3> | ||
<div class="paragraph"> | ||
<p>If you are using Microsoft AD and creating users through the administrative interfaces, the user will created as enabled by default.</p> | ||
</div> | ||
<div class="paragraph"> | ||
<p>In previous versions, it was only possible to update the user status after setting a (non-temporary) password to the user. | ||
This behavior was not consistent with other built-in user storages as well as not consistent with others LDAP vendors supported | ||
by the LDAP provider.</p> | ||
</div> | ||
</div> | ||
<h2>Upgrading</h2> | ||
<p>Before upgrading refer to <a href="file:/home/runner/work/keycloak-rel/keycloak-rel/target/web/docs/latest/upgrading/index.html#migration-changes">the migration guide</a> for a complete list of changes.</p> | ||
|
||
<h2>All resolved issues</h2> | ||
|
||
|
||
|
||
|
||
<h3>Bugs</h3> | ||
<ul> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/31415">#31415</a> Selection list does not close after outside click <code>admin/ui</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/33607">#33607</a> Fix v2 login layout <code>login/ui</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/33618">#33618</a> No message for `policyGroupsHelp` <code>admin/ui</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/33640">#33640</a> Customizable footer (Keycloak 26) not displaying in keycloak.v2 login theme <code>login/ui</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34301">#34301</a> Remove inaccurate statement about master realm imports <code>docs</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34450">#34450</a> [26.0.2] Migration from 25.0.1 Identity Provider Errors <code>identity-brokering</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34467">#34467</a> Do not rely on the `pwdLastSet` attribute when updating AD entries <code>ldap</code></li> | ||
</ul> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<div class="sect2"> | ||
<h3 id="_ldap_users_are_created_as_enabled_by_default_when_using_microsoft_active_directory">LDAP users are created as enabled by default when using Microsoft Active Directory</h3> | ||
<div class="paragraph"> | ||
<p>If you are using Microsoft AD and creating users through the administrative interfaces, the user will created as enabled by default.</p> | ||
</div> | ||
<div class="paragraph"> | ||
<p>In previous versions, it was only possible to update the user status after setting a (non-temporary) password to the user. | ||
This behavior was not consistent with other built-in user storages as well as not consistent with others LDAP vendors supported | ||
by the LDAP provider.</p> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"date": "2024-11-01", | ||
"version": "26.0.5", | ||
"blogTemplate": 3, | ||
"documentationTemplate": 12, | ||
"downloadTemplate": 24 | ||
} |