{realm}-client-scopes-{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/client-scopes/:id/scope-mappings/clients/:client

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

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

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

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