Path: / admin / realms / {realm} / oauth-clients / {clientId} / claims

Get the claims a client is allowed to ask for

Path parameters:
realm - realm name (not id!)
clientId - oauth client's clientId

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

Method Detail
HTTP Example:
GET /admin/realms/{realm}/oauth-clients/{clientId}/claims

Get the claims a client is allowed to ask for

Output:
ClaimRepresentation -
Produces:
application/json
HTTP Example:
PUT /admin/realms/{realm}/oauth-clients/{clientId}/claims

Set the cliams a client is allowed to ask for.

Input:
ClaimRepresentation
Output:
void
Consumes:
application/json