[keycloak-user] Resource set

Corentin Dupont corentin.dupont at gmail.com
Tue Jul 10 07:34:39 EDT 2018


Hi again,

I noticed that the resource set endpoint returns only the resource id:

$ curl -X GET "
http://localhost:8080/auth/realms/waziup/authz/protection/resource_set?name=foo"
-H "Authorization: Bearer $CLIENTTOKEN" | jq

[
  "3f36f6b6-a1ca-452e-8008-855646bcd071"
]

Why not returning the resource body? Currently I need to perform 2 requests
to obtain the resource owner, from the resource name.

Cheers


More information about the keycloak-user mailing list