use GetResources method in code, it makes request to auth/admin/realms/test/clients/test-client/authz/resource-server/resource and seems this can be only used with admin credentials not client credentials
Expected behavior
Use UMA compliant URI to be able to get resources of client with client credentials grant
Describe the bug Library seems not using UMA compliant Protection API endpoints as provided here https://github.com/keycloak/keycloak-documentation/blob/main/authorization_services/topics/service-protection-resources-api-papi.adoc
To Reproduce Steps to reproduce the behavior:
Expected behavior Use UMA compliant URI to be able to get resources of client with client credentials grant