keycloak-scim/release_notes/topics/21_0_0.adoc

40 lines
No EOL
1.5 KiB
Text

= Old Admin Console removed
In Keycloak 19 the new admin console was graduated to the new default admin console, and the old admin console was
deprecated. In this release the old admin console has been removed completely.
= Keycloak uses Micrometer for metrics
Keycloak provides an optional a metrics endpoint which exports metrics in the Prometheus format.
In this release the implementation to provide this data switched from SmallRye to Micrometer.
Due to this change, metrics have been renamed.
See the migration guide for details.
= Hashicop Vault no longer supported
We removed the out-of-box support for Hashicorp vault in this release.
See this https://github.com/keycloak/keycloak/discussions/16446[discussion] for more details.
= SAML SP metadata changes
Prior to this release, SAML SP metadata contained the same key for both
signing and encryption use. Starting with this version of Keycloak,
we include only encryption intended realm keys for encryption use
in SP metadata. For each encryption key descriptor we also specify
the algorithm that it is supposed to be used with. The following table shows
the supported XML-Enc algorithms with the mapping to Keycloak realm keys.
See the link:{upgradingguide_link}[{upgradingguide_name}] for more details.
[cols="1,1"]
|===
|*XML-Enc algorithm*
|*Keycloak realm key algorithm*
|https://www.w3.org/TR/2002/REC-xmlenc-core-20021210/Overview.html#rsa-oaep-mgf1p[rsa-oaep-mgf1p]
|RSA-OAEP
|https://www.w3.org/TR/2002/REC-xmlenc-core-20021210/Overview.html#rsa-1_5[rsa-1_5]
|RSA1_5
|===