Path: / admin / realms / {realm} / oauth-clients-by-id / {clientId} / scope-mappings / applications / {app} / 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
app -

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

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

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