| ||||
summary: resource | method | detail: method |
Name | Description |
---|---|
available | Get available application-level roles that can be mapped to the user |
composite | Get effective application-level role mappings. |
Resource | Description |
---|---|
GET /admin/realms/{realm}/users/{username}/role-mappings/applications/{app} | Get application-level role mappings for this user for a specific app |
POST /admin/realms/{realm}/users/{username}/role-mappings/applications/{app} | Add applicaiton-level roles to the user role mapping. |
DELETE /admin/realms/{realm}/users/{username}/role-mappings/applications/{app} | Delete application-level roles from user role mapping. |
Get application-level role mappings for this user for a specific app
| |
Add applicaiton-level roles to the user role mapping.
| |
Delete application-level roles from user role mapping.
|
| ||||
summary: resource | method | detail: method |