| ||||
summary: resource | method | detail: method |
Name | Description |
---|---|
available | Get list of realm-level roles that are available to attach to this client's scope. |
composite | Get all effective realm-level roles that are associated with this client's scope. |
Resource | Description |
---|---|
GET /admin/realms/{realm}/oauth-clients/{clientId}/scope-mappings/realm | Get list of realm-level roles associated with this client's scope. |
POST /admin/realms/{realm}/oauth-clients/{clientId}/scope-mappings/realm | Add a set of realm-level roles to the client's scope |
DELETE /admin/realms/{realm}/oauth-clients/{clientId}/scope-mappings/realm | Remove a set of realm-level roles from the client's scope |
Get list of realm-level roles associated with this client's scope.
| |
Add a set of realm-level roles to the client's scope
| |
Remove a set of realm-level roles from the client's scope
|
| ||||
summary: resource | method | detail: method |