Path: / admin / realms / {realm} / applications / {app-name} / installation / json

Return keycloak.json file for this application to be used to configure the adapter of that application.

Path parameters:
realm - realm name (not id!)
app-name -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/applications/{app-name}/installation/jsonReturn keycloak.json file for this application to be used to configure the adapter of that application.

Method Detail

GET /admin/realms/{realm}/applications/{app-name}/installation/json

Return keycloak.json file for this application to be used to configure the adapter of that application.

HTTP Example:
GET /admin/realms/{realm}/applications/{app-name}/installation/json
API Example:

ApplicationResource.getInstallation({'realm': /* name realm name (not id!) */,
  'app-name': /* name */});

Output:
String -
Produces:
application/json