Join our Newsletter — 33% off our NHI Course

Identity Disconnect

Identity Disconnect is a containment action that cuts off an account’s current access by terminating sessions, resetting passwords, and blocking further access. It is used when an identity is believed to be compromised and teams need to quickly remove attacker persistence across connected platforms.

What Identity Disconnect Does

Identity disconnect is a containment step, not a full remediation. It is used when a credential or session is suspected to be active in attacker hands, so the priority is to stop current access before the compromise can spread further.

That makes the term operationally important in incident response: the goal is to break live access paths quickly, then move into investigation, recovery, and re-enablement only after the risk is understood.

Where Identity Disconnect Fits in Incident Containment

Identity disconnect sits between detection and longer-term recovery. It is most useful when teams have enough evidence to believe an account is compromised, but do not yet know every place the attacker may still have access through cached sessions, tokens, or connected applications.

Because modern environments often keep access alive across multiple systems, disconnecting the identity usually needs to do more than invalidate a password alone. The practical objective is to remove active footholds across the session layer and any linked access paths that could preserve persistence.

This is why identity disconnect is often paired with broader account suspension, token revocation, and downstream platform checks. The action is narrow in intent, but broad in effect when one account can touch email, SaaS tools, cloud consoles, or internal services. See the broader non-human identity guidance in Ultimate Guide to NHIs for the lifecycle and offboarding patterns that make fast access termination so important.

How It Differs From Recovery and Remediation

Identity disconnect is not the same as cleaning up the underlying cause. It does not prove how the account was compromised, whether the password was stolen, or whether the attacker created a new persistence method elsewhere. It only removes the current authority that the account can exercise.

That distinction matters because teams sometimes treat credential reset as the whole response. In practice, identity disconnect is the urgent containment move, while recovery work must still confirm the root cause, review privileged activity, and restore the account only when the environment is trusted again.

The control logic is closely aligned with OWASP Non-Human Identity Top 10 for secret leakage, overprivilege, and long-lived access material, and with NIST SP 800-63 Digital Identity Guidelines where the identity assurance and authenticator state need to be re-established after compromise.

What Good Containment Looks Like

Effective identity disconnect should remove access in a way that is observable and fast enough to matter during an incident. The key question is whether the account can still act anywhere after the disconnect, especially through sessions, refresh tokens, delegated access, or third-party integrations.

In mature environments, the response is not just “change the password,” but “eliminate usable access state.” That includes understanding where the identity is trusted, which systems accept it, and whether any inherited sessions or linked applications can still perform actions on behalf of the account.

For workloads, service accounts, and agentic systems, the same containment principle applies to machine credentials and delegated authority. SPIFFE workload identity specification is a useful reference point for the kinds of short-lived, attestable identities that reduce the blast radius when access must be cut off quickly.

Risk and Threat Considerations

Identity disconnect is used because compromised access often outlives the password that exposed it. Attackers can keep using active sessions, tokens, federated trust, or connected applications even after a basic reset, which makes delayed containment a real exposure problem.

Failure mechanism: If teams fail to terminate the live access state, the attacker can preserve persistence, continue lateral movement, or re-enter through a trusted integration after the initial credential has been changed.

Impact: The result can be ongoing unauthorized access, privilege abuse, data exposure, and slower incident containment across every platform that still recognizes the identity.

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 and MITRE ATT&CK address the attack and risk surface, while NIST SP 800-53 Rev 5 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST SP 800-53 Rev 5 IA-5 — Authenticator Management Identity disconnect depends on revoking or resetting authenticators and access material after compromise.
AC-2 — Account Management The term is an account containment action that removes an identity's ability to continue operating.
IA-11 — Re-authentication Returning access after disconnect requires fresh trust in the identity state and session.
Recommendation — Revoke or reset compromised authenticators to eliminate residual access paths. Suspend or disable the affected account while containment and recovery proceed. Require re-authentication before restoring access after a suspected compromise.
OWASP Non-Human Identity Top 10 NHI-01 — Improper Offboarding Identity disconnect is the emergency form of offboarding when access must stop immediately.
NHI-07 — Long-Lived Secrets The term addresses persistent access material that can survive a simple password change.
Recommendation — Remove all live access paths when an identity is compromised or retired. Shorten or eliminate secrets that could remain usable after containment.
MITRE ATT&CK T1531 — Account Access Removal The response directly counters attacker use of an account by removing its usable access.
Recommendation — Remove or disable compromised accounts to interrupt adversary access.
NIST CSF 2.0 RS.MA-01 — Incidents Are Managed Identity disconnect is an incident management action used to contain active compromise.
RC.RP-01 — Recovery Plan Executed Disconnecting identity access is part of restoring trust before service recovery.
Recommendation — Use containment actions that stop active compromise before recovery work begins. Restore access only after containment confirms the identity is no longer compromised.

Practitioner Guidance

Why practitioners should care: Identity disconnect is one of the few response actions that can immediately shrink attacker opportunity without waiting for a full forensic conclusion. It is especially valuable when the compromise path is unclear but continued access is unacceptable.

What to watch for: Be careful not to confuse password reset with actual containment. If sessions, tokens, or delegated access remain valid, the account may still be operational even though the credential changed.

Practitioner takeaway: Treat identity disconnect as a live-access kill switch, then verify that no remaining session or integration can silently preserve the compromise.