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

Get all scope mappings for this client

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

Sub-Resources
Resources
NameDescription
applications
applications/{app}
Get the roles associated with a client's scope for a specific application.
applications-by-id
applications-by-id/{appId}
Get the roles associated with a client's scope for a specific application.
realmGet list of realm-level roles associated with this client's scope.

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/applications-by-id/{app-name}/scope-mappingsGet all scope mappings for this client

Method Detail

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

Get all scope mappings for this client

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

ScopeMappedResource.getScopeMappings({'realm': /* name realm name (not id!) */,
  'app-name': /* name */});

Output:
MappingsRepresentation -
Produces:
application/json