Path: / admin / realms / {realm} / applications / {app-name} / scope-mappings / applications-by-id / {appId} / composite

Get effective application roles that are associated with the client's scope for a specific application.

Path parameters:
realm - realm name (not id!)
app-name -
appId -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/applications/{app-name}/scope-mappings/applications-by-id/{appId}/compositeGet effective application roles that are associated with the client's scope for a specific application.

Method Detail

GET /admin/realms/{realm}/applications/{app-name}/scope-mappings/applications-by-id/{appId}/composite

Get effective application roles that are associated with the client's scope for a specific application.

HTTP Example:
GET /admin/realms/{realm}/applications/{app-name}/scope-mappings/applications-by-id/{appId}/composite
API Example:

ScopeMappedApplicationResource.getCompositeApplicationScopeMappings({'realm': /* name realm name (not id!) */,
  'app-name': /* name */,
  'appId': …});

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