Path: / admin / realms / {realm} / oauth-clients / {clientId} / 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!)
clientId - oauth client's clientId
appId -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/oauth-clients/{clientId}/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}/oauth-clients/{clientId}/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}/oauth-clients/{clientId}/scope-mappings/applications-by-id/{appId}/composite
API Example:

ScopeMappedApplicationResource.getCompositeApplicationScopeMappings({'realm': /* name realm name (not id!) */,
  'clientId': /* clientId oauth client's clientId */,
  'appId': …});

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