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

Get the claims a client is allowed to ask for

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

Resource Methods
Method Summary
NameDescription
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

GET /admin/realms/{realm}/applications/{app-name}/claims

Get the claims a client is allowed to ask for

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

PUT /admin/realms/{realm}/applications/{app-name}/claims

Set the cliams a client is allowed to ask for.

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