GET /admin/realms/{realm}/applications-by-id/{app-name}/scope-mappings/realm/compositeGet 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.
- HTTP Example:
GET /admin/realms/{realm}/applications-by-id/{app-name}/scope-mappings/realm/composite - Output:
- List<RoleRepresentation> -
- Produces:
- application/json
|