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

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

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

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