Show required fields when configuring protocol mappers

Closes #40619

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Alexander Schwartz
2025-08-15 07:28:45 +02:00
committed by GitHub
parent c1afa376b2
commit 7629b7dc53
4 changed files with 16 additions and 0 deletions

View File

@@ -55,6 +55,14 @@ When using the `+/realms/{realm-name}/broker/{provider_alias}/token+` endpoint f
When using GitHub as an IDP, you can now enable JSON responses to leverage the token refresh for this endpoint.
== Required field in User Session note mapper
The name of the session note is now shown as a required field in the Admin UI.
== Required field in OIDC attribute mapper
The name of the token claim is now shown as a required field in the Admin UI.
=== Volatile user sessions affecting offline session memory requirements
Starting with this release, {project_name} will cache by default only 10000 entries for offline user and client sessions in memory when volatile user sessions are enabled. This will greatly reduce memory usage.