Add a note to release notes about admin roles mapping

Fixes #39956

Signed-off-by: vramik <vramik@redhat.com>
This commit is contained in:
vramik
2025-06-05 10:59:54 +02:00
committed by Pedro Igor
parent 1d9ecb2d7a
commit aafb140529
@@ -53,3 +53,7 @@ the `Trust email` setting is enabled. If this claim is set to `true`, the federa
user account will have their email marked as unverified.
The `email_verified` claim is a standard claim as defined by the https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims[OpenID Connect Core Specification].
= Restrict admin role mappings to server administrators
To enhance security, only users with the `admin` role in the `master` realm (server admins) can assign admin roles. This ensures that critical permissions cannot be delegated by realm-level administrators.