By NHI Mgmt Group Editorial TeamPublished 2026-06-17Domain: Governance & RiskSource: DigiCert

TL;DR: Secondary DNS uses two authoritative providers so zone updates synchronise automatically and queries can fail over if the primary DNS provider goes down, helping avoid resolution errors, DDoS-related outages, and the downtime costs highlighted by DigiCert. For identity and access teams, availability is part of governance because domain failure can disrupt authentication, tooling, and business operations.


At a glance

What this is: This is a DigiCert explainer on Secondary DNS, arguing that dual authoritative providers can keep domains reachable when one DNS service fails.

Why it matters: It matters because DNS availability underpins authentication, federation, and service access, so outages can cascade into IAM, NHI, and user-facing identity failures.

By the numbers:

👉 Read DigiCert's blog on Secondary DNS for domains in high demand


Context

Secondary DNS is a resilience pattern, not a security control in the narrow sense. It gives a domain two authoritative nameservers so queries can keep resolving if one provider fails, which makes DNS availability a governance issue for identity, application access, and service continuity.

For IAM and NHI programmes, DNS is often the dependency nobody models until it fails. If authentication endpoints, certificate validation, workload lookups, or SaaS routing depend on domain resolution, then a DNS outage can create a broader access incident even when no identity store is compromised.


Key questions

Q: How should security teams implement Secondary DNS for identity-facing domains?

A: Start with the domains that support authentication, federation, certificates, and workload discovery. Add a second authoritative provider, keep zone data synchronised, and test failover under realistic conditions. The goal is not just to mirror records, but to prove that access paths remain reachable when the primary provider is unavailable.

Q: Why does DNS redundancy matter for IAM and NHI programmes?

A: Because DNS is the layer that lets identity services be found and reached. If resolution fails, login flows, token validation, and machine access can fail even when the identity platform itself is healthy. Redundancy reduces the blast radius of a provider outage and keeps dependency failures from becoming access failures.

Q: What breaks when a domain relies on one DNS provider only?

A: A single-provider setup creates a single point of failure for resolution. If that provider has an outage, DDoS event, or internal error, users and systems may not be able to reach the domain at all. That can interrupt customer access, internal workflows, and identity-dependent services simultaneously.

Q: Who should own DNS resilience in an identity programme?

A: Ownership should sit with the teams that govern service continuity for identity-adjacent systems, usually IAM, platform, and infrastructure security together. DNS resilience affects trust, reachability, and recovery, so it needs shared accountability rather than a handoff to web operations alone.


Technical breakdown

How Secondary DNS synchronises authoritative zone data

Secondary DNS works by maintaining a second authoritative copy of a domain's zone file with another provider. When records change on the primary, the zone is synchronised so both providers can answer queries. Resolvers tend to use whichever authoritative nameserver responds fastest, which means the secondary is not idle backup only, but part of the active resolution path. The operational value comes from removing a single provider as the sole point of failure, while still preserving the same DNS record set across providers.

Practical implication: keep zone transfer and change-control processes consistent so the secondary remains a true authoritative source.

Why DNS failover protects identity and service access

DNS failures can look like generic downtime, but they also interrupt identity-adjacent services such as login endpoints, federation redirects, certificate checks, and workload discovery. When a resolver cannot reach the authoritative server, users and systems may see timeouts or stale answers even though the application itself is healthy. Secondary DNS reduces that blast radius by ensuring the domain can still be resolved when one provider is unavailable due to outage, DDoS, or provider-side error.

Practical implication: map every identity and workload dependency on domain resolution before assuming an application outage is purely an app problem.

Why redundancy is different from resilience by assumption

A single DNS provider creates an implicit assumption that upstream availability will never fail at the wrong moment. Secondary DNS removes that assumption by making resolution survivable across provider failure, but it does not solve misconfiguration, bad records, or change errors. In governance terms, this is a dependency-control problem: the domain remains reachable only if redundancy is designed, tested, and kept in sync. Cost comparisons matter less than proving the failover path actually works under load.

Practical implication: test provider failover and record consistency as part of production readiness, not after an outage.


NHI Mgmt Group analysis

Secondary DNS is an availability control that identity teams still underuse. The article frames DNS redundancy as a way to avoid outage-driven downtime, but the deeper lesson for identity security is that availability depends on the same dependency mapping used for access governance. If resolution fails, authentication, federation, and workload reachability can all fail upstream. Practitioners should treat DNS resilience as part of identity service governance, not a separate web operations concern.

Domain availability is part of identity blast-radius control. The moment a domain becomes a single point of failure, one provider outage can interrupt both human and machine access paths. That matters across IAM, NHI, and certificate-based trust because resolution underpins how identities are found, validated, and reached. The practitioner conclusion is simple: build for degraded path continuity, not just normal-state performance.

Top-level business continuity metrics hide the identity dependency underneath. The article uses downtime cost and brand impact to justify redundancy, but those numbers only become operationally useful when tied back to the services that break first. DNS is one of the few layers where a small configuration choice can stop both customer access and internal identity workflows. The right programme response is to make DNS a governed dependency in access architecture reviews.

Secondary DNS works best as a design assumption, not an emergency purchase. Once a domain becomes high-demand, the failure mode is not whether outages happen, but whether resolution survives them. That is especially relevant for identity platforms, certificate lifecycles, and externally exposed NHI services that must remain reachable. Practitioners should standardise redundancy for any domain that supports login, trust, or workload access.

Identity resilience begins before the resolver, not after the incident. Secondary DNS is a reminder that security and availability are linked through dependencies that many control frameworks leave implicit. If a service cannot be resolved, it cannot be authenticated, reached, or trusted, regardless of how strong the downstream controls are. The practitioner takeaway is to model DNS as a prerequisite for identity continuity.

From our research:

  • 72% of organisations have experienced or suspect they have experienced a breach of non-human identities, according to The 2024 ESG Report: Managing Non-Human Identities.
  • Two-thirds of enterprises have endured a successful cyberattack resulting from compromised non-human identities, with a quarter encountering multiple attacks.
  • If your identity stack depends on domain reachability, the operational question is not whether failure will happen, but whether NHI Lifecycle Management Guide dependencies and DNS continuity have been designed together.

What this signals

Identity resilience needs to be designed as dependency resilience. As domains become the front door for both human and machine access, teams should review where DNS is assumed rather than governed. That means pairing availability reviews with identity architecture reviews and validating that critical access paths can survive provider failure without manual intervention.

The scale of machine identity exposure is already high enough to make resilience planning a governance issue, not an edge-case concern. With 72% of organisations reporting or suspecting a non-human identity breach in our research, the lesson is that hidden dependencies can turn a routine outage into a broader trust failure.

For practitioners, the practical shift is to treat authoritative DNS as a controlled dependency alongside secrets, certificates, and workload identity. If the domain cannot be resolved, the identity cannot be exercised, which is why continuity planning should include both Top 10 NHI Issues and the external dependency map.


For practitioners

  • Map DNS dependencies for identity services Inventory every login, federation, certificate, and workload endpoint that depends on public or internal DNS resolution, then mark which ones would fail if the primary provider became unavailable.
  • Provision a secondary authoritative DNS provider Use a second authoritative nameserver set for domains that support authentication, user access, or machine-to-machine trust so resolution can continue during provider-side outages.
  • Test zone synchronisation and failover behaviour Validate that zone files replicate cleanly, records resolve consistently, and query handling shifts as expected when the primary provider is withdrawn from service.
  • Include DNS in service continuity reviews Treat DNS redundancy as a required dependency in outage planning, change approvals, and recovery drills for identity-facing systems rather than as an optional network enhancement.

Key takeaways

  • Secondary DNS reduces the risk that a single provider outage will take identity-facing domains offline.
  • The business cost of downtime is high enough that DNS continuity should be part of identity and access governance, not just infrastructure planning.
  • Practitioners should test failover, synchronisation, and service dependency mapping before a DNS issue becomes an access incident.

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.

FrameworkControl / ReferenceRelevance
NIST CSF 2.0PR.PT-5Resilience and failover map to protective technology and service continuity.
NIST Zero Trust (SP 800-207)SC-7Network path availability affects whether identity services remain reachable.
OWASP Non-Human Identity Top 10NHI-03Identity service availability supports reliable governance of non-human access paths.

Document DNS as a critical dependency and test failover as part of resilience planning.


Key terms

  • Secondary DNS: A secondary DNS setup uses a second authoritative provider for the same domain so queries can still be answered if the primary service fails. It improves availability by reducing dependence on a single provider, but it still requires accurate zone synchronisation and change control.
  • Authoritative nameserver: An authoritative nameserver holds the official DNS records for a domain and answers queries with trusted zone data. In a redundant setup, multiple authoritative nameservers can serve the same records, which improves resilience when one provider or location becomes unavailable.
  • DNS failover: DNS failover is the process of continuing to resolve a domain through an alternate DNS path when the primary path is unavailable. It is a resilience mechanism, not a fix for bad records or misconfiguration, so testing and synchronisation are essential.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity security are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.

This post draws on content published by DigiCert: Secondary DNS for Domains in High Demand. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-06-17.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org