By NHI Mgmt Group Editorial TeamPublished 2026-05-28Domain: Agentic AI & NHIsSource: WorkOS

TL;DR: One week after auth.md was proposed, developers had already published spec-compliant files, launch partners had endorsed the model, and adjacent identity tools were converging on a small, open registration primitive according to WorkOS. The shift matters because it exposes where human-centred signup and credential flows stop being enough for agentic access, and that assumption will shape the next wave of identity governance.


At a glance

What this is: auth.md is an open protocol for agent registration on behalf of a user, and week one showed real implementations, partner support, and ecosystem convergence around a minimal discovery and OAuth-based flow.

Why it matters: It matters because IAM, NHI, and agent governance teams now have to account for machine-driven registration and credential issuance as a first-class identity pattern rather than a future concept.

By the numbers:

👉 Read WorkOS's week-one update on auth.md adoption and implementation


Context

auth.md is an agent-facing registration file that lets software discover how to obtain credentials and start using a service on a user's behalf. The security gap it addresses is straightforward: human-centric signup flows were never designed for software entities that need to self-discover, self-register, and then operate under delegated identity.

For IAM and NHI programmes, the important change is not the file format itself but the governance pattern it implies. If agents can discover registration instructions from a public endpoint, identity teams need to decide what counts as a trusted registration surface, how the resulting credential is scoped, and which lifecycle controls apply once a machine has onboarded itself.


Key questions

Q: How should security teams govern agent registration flows that use public metadata?

A: Treat public registration metadata as part of the identity perimeter. The service must validate request scope, user delegation, and audit requirements before issuing credentials, and the resulting identity should enter the same governance process as any other non-human account. If no owner can review the registration surface, it should not be production-facing.

Q: Why do agent registration protocols create new IAM risk even when they use OAuth?

A: OAuth standardises the authorisation layer, but it does not remove the governance burden of deciding who or what is allowed to register, what scope is acceptable, and how the resulting credential will be controlled. The risk comes from the registration decision moving closer to the application edge, where policy can be weaker and ownership less clear.

Q: What do IAM teams get wrong about machine-readable signup and onboarding?

A: They often treat machine-readable onboarding as a usability improvement rather than an identity control. In practice, it creates a new access pathway that needs ownership, approval logic, logging, and lifecycle management. If those controls are missing, the protocol makes registration easier without making it safer.

Q: How should organisations manage the lifecycle of agent-issued credentials after registration?

A: Place agent-issued credentials under the same review, rotation, and revocation discipline used for other non-human identities, but tie the timing to actual use and delegation status. The key is to prevent self-onboarded identities from becoming standing access that outlives the purpose for which they were created.


Technical breakdown

Agent-readable registration metadata and discovery

auth.md sits alongside other discovery primitives such as llms.txt and agents.md, but its job is narrower: tell an agent where to register for access and how to proceed through the identity flow. The implementation pattern described in the article combines public metadata, a standard OAuth-backed authorisation sequence, and a registration endpoint that can issue credentials after the service has identified the requester. The practical value is in reducing bespoke onboarding logic, but the governance burden shifts to the trustworthiness of the discovery path and the registration decision itself.

Practical implication: treat public registration metadata as an identity control surface and review it with the same discipline used for federation endpoints.

OAuth registration flows for delegated machine access

The article frames auth.md as a way to standardise how an agent obtains credentials on a user's behalf without inventing a new identity stack. That means the core security model remains OAuth, but the registration step becomes machine-readable and repeatable. In practice, that changes where controls live: instead of a human completing a form, the service must decide whether the agent, its requested scope, and the user delegation all meet policy before issuing access. The architecture is simple, but the identity decision is not.

Practical implication: map the delegated registration step into existing OAuth policy checks so machine registration cannot bypass consent, scope review, or audit logging.

Why small-surface protocols scale faster than heavyweight registries

The article repeatedly stresses that auth.md requires no registry, no marketplace, and no proprietary SDK. That design choice lowers adoption friction and explains why week-one implementations appeared quickly across multiple services. The identity consequence is that protocol simplicity drives ecosystem uptake, which is useful for interoperability but can outpace governance maturity if teams assume the small surface also means small risk. A compact protocol can still create a broad credential issuance footprint.

Practical implication: inventory every service exposing agent registration metadata before the pattern becomes ubiquitous across your external attack surface.


NHI Mgmt Group analysis

auth.md is a governance primitive, not just a developer convenience. The article shows that once an agent can discover how to register itself, identity stops being a human-mediated onboarding event and becomes a machine-consumable workflow. That changes the control boundary for IAM and NHI teams because discovery, consent, and credential issuance now sit closer together than most enterprise programmes expect. Practitioners should treat this as a new registration surface, not a documentation pattern.

Human-centred signup assumptions break when software becomes the registrant. The familiar premise that a user will notice, interpret, and complete onboarding steps was designed for people. That assumption fails when the actor is an agent because the agent can read the instructions, choose the path, and complete the loop without a human pacing the interaction. The implication is that access governance must be redesigned around machine-paced registration, not converted from human workflows with cosmetic changes.

auth.md sharpens the boundary between protocol openness and identity governance. Open discovery and standard OAuth are useful because they reduce integration friction, but they also remove the excuse that every service can hide behind a proprietary onboarding process. The field now has a more visible pattern for delegated machine access, which will force clearer policy on scope, consent, auditability, and credential lifecycle. Practitioners should expect agent registration to become a baseline requirement, not a special case.

Agent registration will become a lifecycle problem as soon as it becomes an adoption problem. Once services start issuing credentials to agents at scale, the key question is no longer whether they can register but how those identities are reviewed, rotated, revoked, and constrained over time. That is where NHI governance, IAM governance, and emerging agent controls intersect. Organisations that separate onboarding from lifecycle management will create a blind spot; practitioners need one control model across the full delegated access journey.

Runtime identity decisions are moving closer to the application edge. auth.md places the registration decision on the service itself, which means security teams can no longer assume that all meaningful identity enforcement happens in a central portal or directory. The practical conclusion is that application owners, IAM architects, and security engineers will need a shared policy model for agent registration endpoints, because the registration primitive is becoming part of the product surface.

From our research:

  • The average estimated time to remediate a leaked secret is 27 days, despite 75% of organisations expressing strong confidence in their secrets management capabilities, according to The State of Secrets in AppSec.
  • Only 44% of developers are reported to follow security best practices for secrets management, exposing a significant developer behaviour gap, according to GitGuardian & CyberArk.
  • For teams formalising delegated access and agent onboarding, the next step is to pair protocol adoption with lifecycle controls, as outlined in Ultimate Guide to NHIs , Lifecycle Processes for Managing NHIs.

What this signals

auth.md is likely to accelerate agent onboarding faster than many identity programmes can absorb. The governance risk is not that the protocol is complex, but that it is small enough to spread before ownership models are ready. With 6 distinct secrets manager instances on average in the latest NHI research, fragmentation already makes central control hard, and agent-facing registration will add another distributed decision point unless teams define one accountable path for delegated access.

Machine-readable registration will push identity teams to formalise lifecycle controls earlier. The moment a service can issue credentials to an agent from its own domain, onboarding and offboarding stop being abstract policy concepts and become application-level decisions. That is where the operational overlap with NIST Cybersecurity Framework 2.0 becomes clear: govern, identify, protect, and recover all need to apply to non-human access surfaces, not just human sign-in flows.

Public discovery primitives expand the governance boundary. auth.md makes it easier for agents to find and use services, which means application teams and IAM teams will need to share responsibility for the same access journey. The organisations that succeed will be the ones that treat registration metadata, credential issuance, and lifecycle review as one continuous control path rather than three separate projects.


For practitioners

  • Inventory every agent registration surface Identify any public endpoint, metadata file, or discovery document that tells software how to obtain access on a user's behalf. Classify it as an identity control surface and assign an owner before agents begin using it at scale.
  • Bind delegated access to policy checks Require scope validation, consent verification, and audit logging before any credential is issued to a software agent. Keep the decision path inside the same policy model you use for OAuth and federation.
  • Create a lifecycle model for machine-issued credentials Define how agent credentials are reviewed, rotated, and revoked after registration. Separate initial onboarding from ongoing entitlement management so machine identities do not become persistent by default.
  • Map agent onboarding to existing IAM ownership Assign accountability for discovery metadata, registration endpoints, and downstream credentials to specific application and identity owners. Without ownership, the fastest-shipping services will also become the least governed.

Key takeaways

  • auth.md shifts agent access from a human-mediated process to a machine-readable registration flow, which expands the identity control surface.
  • The main governance risk is not the protocol itself but the trust decision at the registration edge, where scope, consent, and lifecycle controls must all hold together.
  • Teams that adopt agent-facing discovery without lifecycle ownership will create standing machine access faster than they can review it.

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
OWASP Non-Human Identity Top 10NHI-03Agent registration creates new credential issuance and lifecycle risk.
NIST CSF 2.0PR.AC-1Auth.md changes how identities are authenticated and authorised at the edge.
NIST Zero Trust (SP 800-207)PR.AC-4Delegated machine access must still enforce least privilege and continuous verification.

Map agent registration to access control policy and verify every issued credential has an accountable owner.


Key terms

  • Agent Registration: The process by which a software agent obtains permission to access a service on a user's behalf. In identity terms, it is the moment delegated machine access becomes an issued credential, which makes the registration path part of the security perimeter and not just an onboarding convenience.
  • Delegated Machine Access: Access granted to software that acts for a user or system rather than as a person. The delegation is real only if the service can verify scope, ownership, and lifecycle constraints, because machine-issued access can otherwise become standing privilege with little human visibility.
  • Identity Control Surface: Any endpoint, metadata file, policy document, or workflow that influences who or what can obtain access. For agentic systems, discovery and registration files are part of this surface because they can trigger credential issuance and shape the entire authorisation path.
  • Machine Issued Credential Lifecycle: The set of controls that govern creation, review, rotation, and revocation of credentials issued to non-human actors. It matters because initial issuance is only one point in the life of access, and unmanaged persistence is where many identity failures begin.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity lifecycle 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 WorkOS: auth.md one week later, who shipped, who is writing, and what's next. Read the original.

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