Path: / admin / realms / {realm} / oauth-clients / {id} / scope-mappings / realm / composite

Get all effective realm-level roles that are associated with this client's scope. What this does is recurse any composite roles associated with the client's scope and adds the roles to this lists. The method is really to show a comprehensive total view of realm-level roles associated with the client.

Path parameters:
id - oauth client's id (not clientId!)
realm - realm name (not id!)

Method Summary
ResourceDescription
GET /admin/realms/{realm}/oauth-clients/{id}/scope-mappings/realm/compositeGet all effective realm-level roles that are associated with this client's scope.

Method Detail
HTTP Example:
GET /admin/realms/{realm}/oauth-clients/{id}/scope-mappings/realm/composite

Get all effective realm-level roles that are associated with this client's scope. What this does is recurse any composite roles associated with the client's scope and adds the roles to this lists. The method is really to show a comprehensive total view of realm-level roles associated with the client.

Output:
List<RoleRepresentation> -
Produces:
application/json