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

Get the claims a client is allowed to ask for

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

Method Summary
ResourceDescription
GET /admin/realms/{realm}/applications/{app-name}/claimsGet the claims a client is allowed to ask for
PUT /admin/realms/{realm}/applications/{app-name}/claimsSet the cliams a client is allowed to ask for.

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

Get the claims a client is allowed to ask for

Output:
ClaimRepresentation -
Produces:
application/json
HTTP Example:
PUT /admin/realms/{realm}/applications/{app-name}/claims

Set the cliams a client is allowed to ask for.

Input:
ClaimRepresentation
Output:
void
Consumes:
application/json