{realm}-clients-{id}-scope-mappings-clients/{client}

Number of APIs: 5

  1. Get the roles associated with a client’s scope Returns roles for the client. GET {{baseUrl}}/:realm/clients/:id/scope-mappings/clients/:client

  2. Add client-level roles to the client’s scope POST {{baseUrl}}/:realm/clients/:id/scope-mappings/clients/:client

  3. The available client-level roles Returns the roles for the client that can be associated with the client’s scope GET {{baseUrl}}/:realm/clients/:id/scope-mappings/clients/:client/available

  4. Get effective client roles Returns the roles for the client that are associated with the client’s scope. GET {{baseUrl}}/:realm/clients/:id/scope-mappings/clients/:client/composite?briefRepresentation=true

  5. Remove client-level roles from the client’s scope. DELETE {{baseUrl}}/:realm/clients/:id/scope-mappings/clients/:client