UMA Endpoints
When acting as an UMA server, AM exposes the following endpoints. Click on them for more information about what they can do, and how to use them:
Endpoint | Description |
---|---|
/uma/resource_set | Lets users register and manage UMA resources (Federated Authorization for User-Managed Access (UMA) 2.0 endpoint). |
/uma/permission_request | Returns permission tickets during the UMA grant flow (Federated Authorization for User-Managed Access (UMA) 2.0 endpoint). |
/json/users/{user}/uma/policies | Creates and manages UMA-related authorization policies. |
/json/users/{user}/oauth2/resources/labels | Creates, queries, and deletes UMA user labels. |
/json/users/{user}/uma/pendingrequests | Manages UMA resource pending requests. |
/uma/.well-known/uma2-configuration | Exposes provider configuration during UMA discovery. |
Tip
For examples of most of the calls to the endpoints, see "The Postman Collection".