Hi,
I have installed Keycloak:11.0.2 using docker file. Created 2 users(admin, abc) and enabled admin role and master realm roles in Role mappings tab for Real role and client role respectively.Login to keycloak UI as user (admin). Enabled UMA in master realm. created client.(myclient) and enabled options as access type as confidential and Enabled the Authorization enabled option. In authorization tab, created new resource (my resource)with UMA enabled. Created user policy for user abc(named user policy). created Resource based permission for resource(my resource) with policy (user policy).
Now when i login as admin/abc, i couldnot able to find the resources under My resource page
Thanks in Advance for Help