| ||||
summary: resource | method | detail: method |
Name | Description |
---|---|
available | The available application-level roles that can be associated with the client's scope |
composite | Get effective application roles that are associated with the client's scope for a specific application. |
Resource | Description |
---|---|
GET /admin/realms/{realm}/oauth-clients/{id}/scope-mappings/applications/{app} | Get the roles associated with a client's scope for a specific application. |
POST /admin/realms/{realm}/oauth-clients/{id}/scope-mappings/applications/{app} | Add application-level roles to the client's scope |
DELETE /admin/realms/{realm}/oauth-clients/{id}/scope-mappings/applications/{app} | Remove application-level roles from the client's scope. |
Get the roles associated with a client's scope for a specific application.
| |
Add application-level roles to the client's scope
| |
Remove application-level roles from the client's scope.
|
| ||||
summary: resource | method | detail: method |