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

Get the claims a client is allowed to ask for

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

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

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

Get the claims a client is allowed to ask for

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

Set the cliams a client is allowed to ask for.

Input:
ClaimRepresentation
Output:
void
Consumes:
application/json