Subscribe to the Non-Human & AI Identity Journal

Assignment Required

Assignment Required is an Entra ID application setting that blocks sign-in unless a user or group has been explicitly granted access. It changes SSO from open authentication to governed entitlement control, which means missing assignments produce access errors rather than silent fallthrough.

Expanded Definition

Assignment Required is an Entra ID application control that turns access into an explicit entitlement decision. Instead of allowing any authenticated user to attempt sign-in, the application only accepts users or groups that have been assigned, which makes the access boundary measurable and auditable. In practice, it is closer to governed authorization than simple login enablement, and it is especially important for enterprise apps that support sensitive workflows or NHI-driven automation. Definitions vary across vendors, but the operational intent is consistent with Zero Trust Architecture principles described in NIST Cybersecurity Framework 2.0, where access should be explicitly granted, continuously governed, and limited to what is required. In NHI programs, the setting helps prevent broad app exposure when service principals, workloads, or delegated users are provisioned without a matching entitlement review. The most common misapplication is treating Assignment Required as a cosmetic hardening option, which occurs when administrators enable the flag but fail to assign the intended users, groups, or workload identities.

Examples and Use Cases

Implementing Assignment Required rigorously often introduces onboarding friction, requiring organisations to weigh tighter entitlement control against the operational overhead of maintaining accurate assignments.

  • A SaaS app used for finance approvals is restricted so only a designated security group can sign in, reducing accidental access from the wider tenant.
  • An automation workload backed by a service principal is assigned explicitly before deployment, preventing an unreviewed agent or script from inheriting access later.
  • A temporary contractor group is assigned for a time-bound project, then removed at offboarding so the app does not remain broadly reachable.
  • An identity team uses the control alongside RBAC and access reviews to validate that every permitted user has a business justification and an owner.

For NHI operators, the same discipline shows up in broader entitlement hygiene, a theme covered in Ultimate Guide to NHIs. It also aligns with the governance emphasis in NIST Cybersecurity Framework 2.0, where identity and access must be bounded rather than implied.

Why It Matters in NHI Security

Assignment Required matters because it forces identity governance to happen before access is granted, not after an incident exposes the gap. In NHI environments, that matters for service accounts, API-facing automations, and Agent workflows that can silently accumulate reach if apps are left open by default. NHI Mgmt Group research shows that Ultimate Guide to NHIs reports 97% of NHIs carry excessive privileges, which is exactly the kind of condition that explicit assignment controls are meant to reduce. The control also supports zero-trust expectations in NIST Cybersecurity Framework 2.0 by ensuring access is intentional, reviewable, and revocable. Practitioners should treat it as a governance checkpoint, not merely an app toggle, because it only works when assignment ownership, group membership, and lifecycle cleanup are actively maintained. Organisations typically encounter the consequence only after an unauthorized sign-in attempt or app exposure is discovered, at which point Assignment Required 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 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.AC-4 Access permissions must be managed explicitly, which is the core idea behind assignment gating.
NIST Zero Trust (SP 800-207) AC-4 Zero Trust limits access to approved subjects and resources only.
OWASP Non-Human Identity Top 10 NHI-03 Overexposed identities and missing entitlement boundaries are central NHI risks.

Map every app to a named owner and explicitly assigned identities before go-live.