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

Number of APIs: 5

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

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

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

  4. Get realm-level roles that are available to attach to this client’s scope GET {{baseUrl}}/:realm/clients/:id/scope-mappings/realm/available

  5. Get effective realm-level roles associated with the client’s scope What this does is recurse any composite roles associated with the client’s scope and adds the roles to this lists. GET {{baseUrl}}/:realm/clients/:id/scope-mappings/realm/composite?briefRepresentation=true