Path: / admin / realms / {realm} / oauth-clients / {clientId} / scope-mappings

Get all scope mappings for this client

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

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}/oauth-clients/{clientId}/scope-mappingsGet all scope mappings for this client

Method Detail

GET /admin/realms/{realm}/oauth-clients/{clientId}/scope-mappings

Get all scope mappings for this client

HTTP Example:
GET /admin/realms/{realm}/oauth-clients/{clientId}/scope-mappings
API Example:

ScopeMappedResource.getScopeMappings({'realm': /* name realm name (not id!) */,
  'clientId': /* clientId oauth client's clientId */});

Output:
MappingsRepresentation -
Produces:
application/json