What does scim multi-tenant mean?

Viewed 33

Can anyone please confirm what a tenant means from SCIM RFC https://www.rfc-editor.org/rfc/rfc7644.html#section-6?

If resources (i.e users/groups) synced from client (i.e, Azure AD or Okta) can also be accessible or in-accessible by other clients, then does it means multi-tenant scenario?

1 Answers

Think of a SaaS service provider like Dropbox - where the SaaS provider may host hundreds or thousands of separate environments, typically broken by customer/organizational boundaries. That is what multi-tenancy means in this context.

Related