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

Get representation of the application.

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

Resources
NameDescription
allowed-originsReturns set of allowed origin.
claimsGet the claims a client is allowed to ask for
client-secretGet the secret of this application
installation
logout-allIf the application has an admin URL, invalidate all sessions associated with that application directly.
logout-user
logout-user/{username}
If the application has an admin URL, invalidate the sessions for a particular user directly.
push-revocationIf the application has an admin URL, push the application's revocation policy to it.
rolesList all roles for this realm or application
scope-mappingsGet all scope mappings for this client
session-countNumber of user sessions associated with this application { "count": number }
session-statsIf the application has an admin URL, query it directly for session stats.
user-sessionsReturn a list of user sessions associated with this application

Method Summary
ResourceDescription
PUT /admin/realms/{realm}/applications/{app-name}Update the application.
GET /admin/realms/{realm}/applications/{app-name}Get representation of the application.
DELETE /admin/realms/{realm}/applications/{app-name}Delete this application.

Method Detail
HTTP Example:
PUT /admin/realms/{realm}/applications/{app-name}

Update the application.

Input:
ApplicationRepresentation
Output:
javax.ws.rs.core.Response -
Consumes:
application/json
HTTP Example:
GET /admin/realms/{realm}/applications/{app-name}

Get representation of the application.

Output:
ApplicationRepresentation -
Produces:
application/json
HTTP Example:
DELETE /admin/realms/{realm}/applications/{app-name}

Delete this application.

Output:
void