A built-in security principal representing accounts and computers that have successfully authenticated to the domain. In Active Directory, it is often used for broad default access, but that convenience can expose directory metadata more widely than intended. It should be reviewed carefully in legacy permission assignments.
Expanded Definition
Authenticated Users is a built-in security principal in Active Directory that represents any account or computer that has successfully authenticated to the domain. It is broader than a named group because membership is dynamic, and it is often used to simplify access control on file shares, printers, and directory objects.
In NHI and IAM practice, this convenience must be treated cautiously. A permission granted to Authenticated Users can reach far beyond the intended human workforce, because it may include service accounts, managed identities, workloads, and other non-human identities that have valid domain credentials. That makes the principal relevant to both directory hygiene and NHI governance, especially where broad read access can expose metadata, scripts, configuration details, or discovery paths that help an attacker map the environment. The access model should be reviewed alongside least privilege guidance in NIST SP 800-53 Rev 5 Security and Privacy Controls and the NHI governance patterns discussed in Ultimate Guide to NHIs. The most common misapplication is treating Authenticated Users as a harmless default in legacy ACLs, which occurs when inherited permissions are left unreviewed after migrations or domain restructuring.
Examples and Use Cases
Implementing Authenticated Users rigorously often introduces a governance tradeoff: it reduces administrative effort for broad, legitimate access, but it can also widen the blast radius of a single permission mistake.
- Granting read access to a public documentation share for all domain-authenticated principals, while excluding sensitive subfolders that contain operational runbooks.
- Allowing authenticated computers to query a directory object used by software deployment tooling, but not to enumerate unrelated attributes that reveal internal topology.
- Using Authenticated Users on a legacy print server to preserve compatibility, then compensating with tighter ACLs on adjacent shares and staging systems.
- Reviewing whether service accounts used by automation inherit access through Authenticated Users, especially when those accounts can reach CI/CD or secrets locations.
- Comparing existing ACLs against the intended audience using guidance from Ultimate Guide to NHIs and the access control structure described in NIST SP 800-53 Rev 5 Security and Privacy Controls.
In mature environments, the term is often used as a temporary compatibility measure rather than a standing entitlement, and that distinction matters when modernising domain permissions.
Why It Matters in NHI Security
Authenticated Users becomes a security issue when teams assume it only covers employees. In reality, any authenticated NHI that can join the domain context may inherit access intended for broad internal use, which can expose directory data, staging artifacts, or internal tooling to automation accounts that should not see them. That exposure can be enough to support lateral movement, privilege discovery, or token harvesting once an attacker compromises one low-value identity.
This is why NHIMG treats broad principals as governance signals, not just convenience settings. The Ultimate Guide to NHIs reports that 97% of NHIs carry excessive privileges, which reinforces how easily inherited access can drift beyond intent. Practitioners should evaluate whether Authenticated Users is functioning as a control boundary, a compatibility shortcut, or an exposure mechanism for service accounts and other machine identities. It should be paired with explicit inventory, entitlement review, and exception handling rather than left in place by default. Organisations typically encounter the risk only after a directory audit, incident review, or migration cleanup reveals that a broad principal has been silently granting access for years, at which point the term 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 | Broad authenticated access must still follow least-privilege and access governance. |
| OWASP Non-Human Identity Top 10 | NHI-01 | Legacy broad principals can unintentionally expose NHI identities and access paths. |
| NIST Zero Trust (SP 800-207) | PA-1 | Zero Trust requires explicit access decisions instead of implicit broad trust groups. |
Replace blanket Authenticated Users access with policy-based, resource-specific authorization.
Related resources from NHI Mgmt Group
- Why does shadow AI increase enterprise risk even when users are authenticated?
- Who should be accountable when authenticated users abuse access after a social engineering attack?
- Why do authenticated SAP users still create serious risk?
- Why do authenticated phishing emails still fool users and filters?