Move upgrading note for the serverinfo to 26.5.4

Closes #46267

Signed-off-by: rmartinc <rmartinc@redhat.com>
This commit is contained in:
Ricardo Martin 2026-02-12 14:50:45 +01:00 committed by GitHub
parent 5a4685909e
commit bef8f7f0fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 6 deletions

View file

@ -10,3 +10,14 @@ Now {project_name}, when acting as a SAML Service Provider (SP) in identity brok
To prepare for the upgrade, verify that the Identity Provider or adapter configurations allow for a sufficient clock skew for the time attributes.
If you see any issue after the upgrade related to this element, please configure the external IdP to set the correct values for the subject confirmation element.
== Notable changes
Notable changes may include internal behavior changes that prevent common misconfigurations, bugs that are fixed, or changes to simplify running {project_name}.
It also lists significant changes to internal APIs.
=== More changes for the `server-info` system information
In version 26.4.0, the `server-info` endpoint changed to just return the system information for administrators in the admin realm. Nevertheless, the version property was detected to be needed by some products that interact with {project_name}. Now that property is included for administrators in the realm with permission `manage-realm`.
The workaround of the `view-system` permission is more restricted too. It can only be assigned by administrators in the master realm using link:{adminguide_link}#_fine_grained_permissions[FGAP]. This permission will be deleted in a future version.

View file

@ -112,12 +112,6 @@ They should avoid keeping the returned items in memory by for example binding th
A similar change was done for the `UserSessionPersisterProvider`.
== More changes for the `server-info` system information
In version 26.4.0, the `server-info` endpoint changed to just return the system information for administrators in the admin realm. Nevertheless, the version property was detected to be needed by some products that interact with {project_name}. Now that property is included for administrators in the realm with permission `manage-realm`.
The workaround of the `view-system` permission is more restricted too. It can only be assigned by administrators in the master realm using link:{adminguide_link}#_fine_grained_permissions[FGAP]. This permission will be deleted in a future version.
// ------------------------ Deprecated features ------------------------ //
== Deprecated features