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

Get the secret of this application

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

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

Method Detail

POST /admin/realms/{realm}/applications-by-id/{app-name}/client-secret

Generates a new secret for this application

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

GET /admin/realms/{realm}/applications-by-id/{app-name}/client-secret

Get the secret of this application

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