Path: / admin / realms / {realm} / oauth-clients-by-id / {clientId} / installation

Get an example keycloak.json file to use to configure the oauth client

Path parameters:
realm - realm name (not id!)
clientId - oauth client's clientId

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/oauth-clients-by-id/{clientId}/installationGet an example keycloak.json file to use to configure the oauth client

Method Detail

GET /admin/realms/{realm}/oauth-clients-by-id/{clientId}/installation

Get an example keycloak.json file to use to configure the oauth client

HTTP Example:
GET /admin/realms/{realm}/oauth-clients-by-id/{clientId}/installation
API Example:

OAuthClientResource.getInstallation({'realm': /* name realm name (not id!) */,
  'clientId': /* clientId oauth client's clientId */});

Output:
String -
Produces:
application/json