| ||||
summary: resource | method | detail: method |
Name | Description |
---|---|
allowed-origins | Returns set of allowed origin. |
certificates ↳ certificates/{attr} | |
claims | Get the claims a client is allowed to ask for |
client-secret | Get the secret of this application |
installation | |
logout-all | If the application has an admin URL, invalidate all sessions associated with that application directly. |
logout-user ↳ logout-user/{username} | If the application has an admin URL, invalidate the sessions for a particular user directly. |
nodes | Manually register cluster node to this application - usually it's not needed to call this directly as adapter should handle by sending registration request to Keycloak |
push-revocation | If the application has an admin URL, push the application's revocation policy to it. |
roles | List all roles for this realm or application |
scope-mappings | Get all scope mappings for this client |
session-count | Number of user sessions associated with this application { "count": number } |
test-nodes-available | Test if registered cluster nodes are available by sending 'ping' request to all of them |
user-sessions | Return a list of user sessions associated with this application |
Name | Description |
---|---|
PUT /admin/realms/{realm}/applications/{app-name} | Update the application. |
GET /admin/realms/{realm}/applications/{app-name} | Get representation of the application. |
DELETE /admin/realms/{realm}/applications/{app-name} | Delete this application. |
PUT /admin/realms/{realm}/applications/{app-name}Update the application.
|
GET /admin/realms/{realm}/applications/{app-name}Get representation of the application.
|
DELETE /admin/realms/{realm}/applications/{app-name}Delete this application.
|
| ||||
summary: resource | method | detail: method |