Per-tenant SSO is a model where each organization can require its own identity provider and sign-in policy. Users who belong to that tenant must authenticate through the configured corporate provider rather than a shared login path. This aligns tenant access with enterprise identity governance and reduces policy drift.
Expanded Definition
Per-tenant SSO is an identity pattern in which each tenant can bind access to its own corporate IdP, authentication policy, and assurance rules instead of sharing a single universal login path. In NHI and SaaS governance, this is more than a convenience feature: it is a tenancy boundary that helps separate trust decisions, token issuance, and access enforcement by organization. The model is often discussed alongside federation, but the distinction matters. Federation describes how identities are trusted across domains; per-tenant SSO describes how those trust relationships are configured and isolated for each tenant. Definitions vary across vendors, especially when platforms mix tenant routing, domain discovery, and authentication policy inheritance in one control plane. The operational baseline should be clear: the tenant, not the platform operator, owns the sign-in policy used for its users. For broader governance context, align the model with NIST Cybersecurity Framework 2.0 and the tenancy-aware identity controls described in Ultimate Guide to NHIs. The most common misapplication is treating a shared login portal as per-tenant SSO, which occurs when tenant-specific policy is only applied after authentication instead of at the identity provider boundary.
Examples and Use Cases
Implementing per-tenant SSO rigorously often introduces onboarding and configuration overhead, requiring organisations to weigh stricter governance against added setup and support complexity.
- An enterprise customer requires SAML federation to its own IdP so employee access follows corporate MFA and conditional access rules.
- A platform serving regulated tenants routes each tenant to a separate OIDC configuration, avoiding policy spillover between customers.
- A managed service provider uses tenant-specific sign-in to keep administrative access segmented across client environments.
- A security review maps tenant authentication flows against the identity lifecycle and risk patterns highlighted in Ultimate Guide to NHIs so that access paths, not just accounts, are governed.
- Architecture teams compare implementation choices with NIST Cybersecurity Framework 2.0 when deciding how tenant identity boundaries support least privilege and secure authentication.
Why It Matters in NHI Security
Per-tenant SSO matters because tenant identity boundaries often become the first line of defense against cross-customer exposure, policy drift, and unauthorized access escalation. When tenants share a generic login path, one weak configuration can undermine assurance for many organisations at once. That is especially dangerous in environments that also contain NHIs, because service accounts, API keys, and automation flows often inherit the same administrative assumptions used for human sign-in. NHIMG data shows that 68% of organisations do not know how to fully address NHI risks, while only 5.7% have full visibility into their service accounts, a gap that becomes harder to close when tenant-specific identity policy is inconsistent. Strong tenant SSO design supports better attestation, clearer ownership, and cleaner incident scoping across customer boundaries. It also helps separate identity governance from application logic, which reduces the temptation to use ad hoc exceptions during onboarding. Organisations typically encounter the consequences only after a tenant breach, at which point per-tenant SSO becomes operationally unavoidable to address.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-63 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.AA-01 | Per-tenant SSO supports controlled, tenant-specific authentication and authorization decisions. |
| NIST SP 800-63 | Identity assurance guidance informs the strength of federated sign-in per tenant. | |
| NIST Zero Trust (SP 800-207) | ID | Zero Trust identity principles emphasize verified, context-aware access boundaries. |
| OWASP Non-Human Identity Top 10 | NHI-01 | Tenant-specific identity routing reduces shared access paths that can expose NHIs. |
Separate tenant auth flows so service accounts and tokens cannot cross customer boundaries.
Related resources from NHI Mgmt Group
- What breaks when a custom SSO implementation is too tightly coupled to tenant-specific IdP settings?
- Should security teams prefer tenant-scoped sync over per-realm provisioning models?
- How do SCIM and SSO mappings affect multi-tenant access governance?
- Who should own tenant-level SSO and MFA policy?