Path: / admin / realms / {realm} / applications / {app-name} / 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:
realm - realm name (not id!)
app-name -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/applications/{app-name}/scope-mappings/realm/compositeGet all effective realm-level roles that are associated with this client's scope.

Method Detail

GET /admin/realms/{realm}/applications/{app-name}/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.

HTTP Example:
GET /admin/realms/{realm}/applications/{app-name}/scope-mappings/realm/composite
Output:
List<RoleRepresentation> -
Produces:
application/json