Path: / admin / realms / {realm} / applications / {app-name} / client-secret

Get the secret of this application

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

Method Summary
ResourceDescription
POST /admin/realms/{realm}/applications/{app-name}/client-secretGenerates a new secret for this application
GET /admin/realms/{realm}/applications/{app-name}/client-secretGet the secret of this application

Method Detail
HTTP Example:
POST /admin/realms/{realm}/applications/{app-name}/client-secret

Generates a new secret for this application

Output:
CredentialRepresentation -
Produces:
application/json
Consumes:
application/json
HTTP Example:
GET /admin/realms/{realm}/applications/{app-name}/client-secret

Get the secret of this application

Output:
CredentialRepresentation -
Produces:
application/json