[keycloak-user] Can’t get specific role or users by specific role

Yura Srohiy yura.srohiy at uplab.io
Mon Sep 24 11:23:14 EDT 2018


I have trouble fetching info from some endpoints

When I’m trying to fetch roles from client everything works.

Get all roles for the realm or client
GET /{realm}/clients/{id}/roles

But when I’m trying to reach specific role or users with specific role it return 403 Forbidden error

Get a role by name
GET /{realm}/clients/{id}/roles/{role-name}

Is this an issue on api side or I’m forgetting something?
Hope you can help me! Thanks!


More information about the keycloak-user mailing list