Release notes for Keycloak 11 added
This commit is contained in:
parent
4a033130e3
commit
bfa909d05f
2 changed files with 34 additions and 0 deletions
|
@ -13,6 +13,9 @@ include::topics/templates/document-attributes-community.adoc[]
|
|||
:release_header_latest_link: {releasenotes_link_latest}
|
||||
include::topics/templates/release-header.adoc[]
|
||||
|
||||
== {project_name_full} 11.0.0
|
||||
include::topics/11_0_0.adoc[leveloffset=2]
|
||||
|
||||
== {project_name_full} 10.0.0
|
||||
include::topics/10_0_0.adoc[leveloffset=2]
|
||||
|
||||
|
|
31
release_notes/topics/11_0_0.adoc
Normal file
31
release_notes/topics/11_0_0.adoc
Normal file
|
@ -0,0 +1,31 @@
|
|||
= Highlights
|
||||
|
||||
== LDAPv3 password modify operation
|
||||
|
||||
Support for LDAPv3 password modify operation was added. Also the ability in the admin console to request metadata from the configured
|
||||
LDAP server to see if it supports LDAPv3 password modify operation.
|
||||
|
||||
Thanks to https://github.com/cachescrubber[cachescrubber]
|
||||
|
||||
== Namespace support for LDAP group mapper
|
||||
|
||||
Namespace support for LDAP group mapper allows to map groups from LDAP under specified branch (namespace) of the Keycloak groups tree.
|
||||
Previously groups from LDAP were always added as the top level groups in Keycloak.
|
||||
|
||||
Thanks to https://github.com/tjuerge[Torsten Juergeleit]
|
||||
|
||||
|
||||
== Upgrade to WildFly 20
|
||||
|
||||
Keycloak server was upgraded to use WildFly 20.0.1.Final under the covers. For more details,
|
||||
please take a look at link:{upgradingguide_link_latest}[{upgradingguide_name}].
|
||||
|
||||
|
||||
== Other improvements
|
||||
|
||||
|
||||
* Support for client offline session lifespan. Thanks to https://github.com/y-tabata[Yoshiyuki Tabata]
|
||||
* Czech translation. Thanks to https://github.com/jakubknejzlik[Jakub Knejzlík]
|
||||
* Possibility to fetch additional fields from the Facebook identity provider. Thanks to https://github.com/BartoszSiemienczuk[Bartosz Siemieńczuk]
|
||||
* Support for AES 192 and AES 256 algorithms used for signed and encrypted ID tokens. Thanks to https://github.com/tnorimat[Takashi Norimatsu]
|
||||
* Ability to specify signature algorithm in Signed JWT Client Authentication. Thanks to https://github.com/tnorimat[Takashi Norimatsu]
|
Loading…
Reference in a new issue