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!
Show replies by date