| ||||
summary: resource | method | detail: method |
Name | Description |
---|---|
certificates ↳ certificates/{attr} | |
client-secret | Get the secret of the oauth client |
installation | Get an example keycloak.json file to use to configure the oauth client |
protocol-mappers | |
scope-mappings | Get all scope mappings for this client |
Name | Description |
---|---|
PUT /admin/realms/{realm}/oauth-clients/{clientId} | Update the oauth client |
GET /admin/realms/{realm}/oauth-clients/{clientId} | Get a representation of the oauth client |
DELETE /admin/realms/{realm}/oauth-clients/{clientId} | Remove the OAuth Client |
PUT /admin/realms/{realm}/oauth-clients/{clientId}Update the oauth client
| ||
GET /admin/realms/{realm}/oauth-clients/{clientId}Get a representation of the oauth client
| ||
DELETE /admin/realms/{realm}/oauth-clients/{clientId}Remove the OAuth Client
|
| ||||
summary: resource | method | detail: method |