| ||||
summary: resource | method | detail: method |
Name | Description |
---|---|
claims | Get the claims a client is allowed to ask for |
client-secret | Get the secret of the oauth client |
installation | Get an example keycloak.json file to use to configure the oauth client |
scope-mappings | Get all scope mappings for this client |
Resource | Description |
---|---|
PUT /admin/realms/{realm}/oauth-clients/{id} | Update the oauth client |
GET /admin/realms/{realm}/oauth-clients/{id} | Get a representation of the oauth client |
DELETE /admin/realms/{realm}/oauth-clients/{id} | Remove the OAuth Client |
Update the oauth client
| |
Get a representation of the oauth client
| |
Remove the OAuth Client
|
| ||||
summary: resource | method | detail: method |