<div dir="ltr"><div dir="ltr">Hi,<div><br></div><div>I am not able to get client level available roles in keycloak using keycloak-admin-client.jar. Please find sample code i am using to get client and then thought of getting available roles under a client.</div><div><br></div><div><div>ClientsResource clientsResource = getRealm().clients();</div><div>ClientRepresentation&gt; clientsRepresentation = clientsResource.<wbr>findByClientId(appName);</div><div>clientRepresentation = clientsRepresentation.get(0);</div><div>clientRepresentation.<wbr>getDefaultRoles();</div></div><div><br></div><div>With above code i am only getting default roles under a client but not all available roles as there is no method available in ClientResource class.</div><div><br></div><div>Thanks,</div><div>Jitendra Chouhan</div><div><br></div></div></div>