{realm}-client-scopes-{id}-scope-mappings-realm

Number of APIs: 5

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

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

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

  4. 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/client-scopes/:id/scope-mappings/realm/composite?briefRepresentation=true

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