Open
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
admin/ui
Describe the bug
I'm trying to set up an application that's only accessible if you're part of a certain realm group, and to test it with the Evaluate
function in Clients -> Authorization -> Evaluate
. But this issue happens even on clients where I have an allow-all permission.
In the applications the policies are enforced. It's just the admin ui always gives me the same result when running evaluate. I'm not sure what to put in roles
. It seems to have been made mandatory in some update to Keycloak.
Allow All
- Create Policy
- Create Permission
- Evaluate
- Results are "No search results". This page used to tell me whether this user has access or not
Based on group
Version
26.2.5
Regression
- The issue is a regression
Expected behavior
I expect it to tell me whether this user has access to the client/application. In older versions of Keycloak this was the case. Also "roles" was not mandatory.
Actual behavior
Always returns "No search results"
How to Reproduce?
See screenshots
Anything else?
No response