Path: / admin / realms / {realm} / oauth-clients-by-id / {clientId} / protocol-mappers / protocol / {protocol}

Map of mappers by name for a specific protocol

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

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/oauth-clients-by-id/{clientId}/protocol-mappers/protocol/{protocol}Map of mappers by name for a specific protocol

Method Detail

GET /admin/realms/{realm}/oauth-clients-by-id/{clientId}/protocol-mappers/protocol/{protocol}

Map of mappers by name for a specific protocol

HTTP Example:
GET /admin/realms/{realm}/oauth-clients-by-id/{clientId}/protocol-mappers/protocol/{protocol}
API Example:

ProtocolMappersResource.getMappersPerProtocol({'realm': /* name realm name (not id!) */,
  'clientId': /* clientId oauth client's clientId */,
  'protocol': /* protocol */});

Output:
List<ProtocolMapperRepresentation> -
Produces:
application/json