Path: / admin / realms / {realm} / oauth-clients-by-id / {clientId} / scope-mappings / applications-by-id / {appId} / available

The available application-level roles that can be associated with the client's scope

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

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/oauth-clients-by-id/{clientId}/scope-mappings/applications-by-id/{appId}/availableThe available application-level roles that can be associated with the client's scope

Method Detail

GET /admin/realms/{realm}/oauth-clients-by-id/{clientId}/scope-mappings/applications-by-id/{appId}/available

The available application-level roles that can be associated with the client's scope

HTTP Example:
GET /admin/realms/{realm}/oauth-clients-by-id/{clientId}/scope-mappings/applications-by-id/{appId}/available
API Example:

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

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