keycloak/keycloak
View on GitHubEvaluation in "Permission" tab for "Clients" resource type put first char from client id
Open
#42904 opened on Sep 24, 2025
area/admin/fine-grained-permissionsarea/corehelp wantedkind/bugpriority/normalstatus/auto-bumpteam/core-iamteam/core-shared
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
core
Describe the bug
While we try to evaluate permission for "Client" resource type result is "The selected user does not have access to the selected resource(s)". When we go to Network we see the evaluate method put first symbol from client id in Payload -> resources
Version
26.3.3
Regression
- The issue is a regression
Expected behavior
Evaluate method correct put field from client id
Actual behavior
Evaluate method get only first symbol from client id
How to Reproduce?
- Go to "Permissions" tab
- Select tab "Evaluation"
- set user
- set "Resource type" to "Clients"
- Select any client
- select any authorization scope
- press button "Evaluate"
Anything else?
No response