Subscribe to the Non-Human & AI Identity Journal

Why do duplicate accounts and orphaned access keep appearing in universities?

Because source data often lives across multiple systems that do not agree on who the identity subject is or when affiliation has changed. When HR, student, and credentialing records conflict, automation reproduces that inconsistency. The fix starts upstream with authoritative data alignment, not with more workflow complexity.

Why This Matters for Security Teams

Universities often run multiple identity domains at once: HR for staff, student information systems for learners, alumni directories, research platforms, and departmental apps that each become their own source of truth. When those systems disagree, automation faithfully creates duplicate accounts, misses terminations, and leaves access attached to the wrong person. That is not just an admin nuisance. It is an identity governance failure that undermines OWASP Non-Human Identity Top 10 principles around lifecycle control, while the same patterns show up across broader NHI programs in the Ultimate Guide to NHIs.

The operational risk is especially high in higher education because affiliation changes are frequent and messy. Students become teaching assistants, staff become adjunct faculty, researchers move between labs, and visiting scholars arrive and depart on short timelines. If joiner-mover-leaver data is inconsistent, the identity stack tends to preserve access instead of removing it. NHI Mgmt Group notes that only 5.7% of organisations have full visibility into their service accounts, a useful warning sign for any institution trying to understand who or what still has access.

In practice, many security teams encounter orphaned access only after an audit, a complaint, or a compromise has already exposed the gap.

How It Works in Practice

The fix starts upstream: define which system is authoritative for each identity attribute, then make downstream systems consume that truth instead of improvising their own version. In a university, that usually means separating identity proofing, affiliation status, and entitlement decisions. A student record may establish enrollment, but it should not automatically decide lab access, payroll access, or privileged admin rights. Those decisions need explicit policy and lifecycle handling, aligned to controls such as NIST SP 800-53 Rev. 5 Security and Privacy Controls for access enforcement and account management.

Operationally, strong programs use these steps:

  • Match identities using stable identifiers, not display names or email aliases.
  • Normalize affiliation states such as applicant, student, employee, researcher, alumni, and contractor.
  • Trigger deprovisioning from authoritative events, not from manual ticket queues.
  • Separate account creation from access approval so duplicate identities are not reused as a shortcut.
  • Review orphaned entitlements after transfers, graduation, leave, or termination.

Visibility matters just as much as automation. The 52 NHI Breaches Analysis shows how access persistence and poor lifecycle control repeatedly show up in real incidents, and the same logic applies to institutional identity sprawl. Pair that with Ultimate Guide to NHIs guidance on lifecycle governance so access reviews are tied to real status changes rather than static directory data.

These controls tend to break down when universities let departments run shadow identity stores, because local exceptions quickly outrun central governance.

Common Variations and Edge Cases

Tighter identity governance often increases administrative overhead, so universities have to balance cleanup effort against the need for fast onboarding and flexible academic exceptions. That tradeoff is real, especially in research environments where visiting faculty, grant-funded staff, and shared lab resources do not fit a simple employee model. Current guidance suggests that the best approach is not one universal workflow, but a small set of clearly governed identity classes with different review and expiration rules.

Some edge cases need special handling. Alumni may retain limited portal access without retaining internal system access. Graduate students may move between student and employee states within the same term. Adjuncts may need course system access but no broad directory privileges. Research collaborators may need temporary access that expires automatically at project end. In all of these cases, the issue is not just who created the account, but whether the affiliation used to justify it is still valid.

That is why universities should measure duplicates, orphaned access, and stale affiliations together. If the institution only counts account creation events, the deeper problem remains hidden. If it only reviews privileged accounts, low-level orphaned access can accumulate quietly across student, research, and departmental platforms.

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, NIST Zero Trust (SP 800-207) and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-01 Identity lifecycle drift creates duplicate and orphaned accounts.
NIST CSF 2.0 PR.AC-1 Access should follow verified identity status and role changes.
NIST SP 800-63 IAL2 Higher-assurance identity proofing reduces duplicate identity creation.
NIST Zero Trust (SP 800-207) SC-4 Zero trust requires continuous validation of identity and access state.
NIST AI RMF Governance should define accountability for automated identity decisions.

Tie account creation and removal to authoritative lifecycle events and review exceptions regularly.