TL;DR: Identity platforms are converging on passwordless authentication, verified credentials, and privacy-preserving verification as organisations move away from centralised identity data models, according to 1Kosmos. The underlying shift is that access design now has to treat verification, authentication, and selective disclosure as one governance problem, not separate controls.
At a glance
What this is: This is a vendor-authored perspective on digital identity architecture, arguing that identity verification, passwordless authentication, verified credentials, and zero-knowledge proofs are converging into a single modern identity model.
Why it matters: It matters because IAM teams now have to govern identity proofing, authentication, and data disclosure across human and machine-facing workflows, not just manage login experiences.
👉 Read 1Kosmos's perspective on digital identity verification, passwordless access, and wallets
Context
Digital identity architecture is moving beyond passwords and centralised identity stores toward verification models that can support stronger authentication and privacy-preserving credential use. The core governance issue for IAM teams is no longer just how users sign in, but how identity is proven, how attributes are shared, and how much personal data the organisation needs to hold.
That shift affects human IAM first, but it also changes how identity programmes think about lifecycle, federation, and trust boundaries. Verified credentials, selective disclosure, and passwordless access all push identity teams to separate proof of identity from continuous access management, which is where many legacy programmes still blur the lines.
Key questions
Q: How should IAM teams govern passwordless identity without weakening assurance?
A: IAM teams should separate the convenience of passwordless login from the strength of identity proofing. A passwordless experience is only as trustworthy as the enrolment and recovery process behind it, so assurance tiers, fallback methods, and revocation paths must be defined before broad rollout. That keeps user experience improvements from diluting access governance.
Q: Why do verified credentials change the way organisations think about access trust?
A: Verified credentials move trust away from a local directory record and toward cryptographic claims issued elsewhere. That means the relying party must care about issuer quality, credential freshness, and revocation, not just the current login event. The practical result is that access governance becomes cross-organisational, especially when credentials are reused in partner ecosystems.
Q: When do biometric identity systems create governance risk for security teams?
A: Biometric systems create governance risk when organisations cannot explain where biometric data is stored, how it is protected, and how it is withdrawn if compromised or no longer needed. The risk is not the biometric factor itself, but centralisation, weak lifecycle controls, and unclear accountability for reissuance. Security teams should treat biometrics as governed identity data, not just an authentication method.
Q: How should organisations prepare for portable identity in digital wallets?
A: Organisations should treat wallet-held credentials as reusable identity evidence that may appear outside their own systems. That requires clear rules for accepted issuers, attribute disclosure, revocation checks, and lifecycle alignment with internal access decisions. If those controls are missing, portability increases convenience while weakening the organisation's ability to enforce trust consistently.
Technical breakdown
Why passwordless identity still depends on proofing quality
Passwordless authentication removes a shared secret, but it does not remove the need to know who is behind the session. The article links identity verification and authentication because organisations cannot safely replace passwords if the original proofing step is weak. In practice, that means document checks, biometric matching, and assurance levels still matter even when the user experience looks simpler. The important technical point is that authentication strength is bounded by the quality of the identity proof that came before it.
Practical implication: map passwordless rollout to assurance tiers so lower-friction login does not weaken enrolment controls.
Distributed biometric verification reduces central breach exposure
The article describes a model where biometric data is not stored in a central database, but is distributed and encrypted across the authentication fabric. That design reduces the size of the compromise target, because attackers cannot take one repository and harvest reusable biometric records at scale. For practitioners, the mechanism matters more than the marketing term: decentralising biometric verification changes the breach economics, but only if enrolment, encryption, and revocation are treated as first-class controls. It is an architecture choice, not a privacy guarantee by itself.
Practical implication: validate where biometric data is stored, who can access it, and how revocation works before expanding biometric login.
Verified credentials shift trust from databases to cryptographic assertions
Verified credentials are cryptographically signed claims that can be reused across organisations without exposing the underlying source record each time. That changes governance because the relying party is no longer trusting a local user record alone, but the issuer, the credential lifecycle, and the rules for selective disclosure. Zero-knowledge proofs go one step further by letting a user prove a fact, such as age or employment, without revealing the full attribute set. The architectural benefit is reduced data collection, but the governance burden shifts to credential issuance, revocation, and assurance policy.
Practical implication: define issuer trust, revocation, and disclosure rules before treating verified credentials as production identity proof.
NHI Mgmt Group analysis
Identity verification and authentication are collapsing into one governance decision. The article is right to treat them as linked, because organisations that separate proofing from access policy often end up overtrusting weak enrolment flows. Once identity proofing becomes portable, the assurance model has to travel with it. Practitioners should treat proofing quality as part of access governance, not as a front-door formality.
Privacy-preserving identity architectures are becoming a control-plane question, not just a privacy feature. The shift to zero-knowledge proofing and distributed biometric models changes where risk sits. The question is no longer whether the vendor says data is private, but whether the organisation can explain how claims are issued, how they are revoked, and what evidence exists when trust is challenged. IAM teams should evaluate these models as part of assurance design, not as add-on privacy claims.
Verified credentials will force identity programmes to separate source-of-truth systems from relying-party decisions. That separation is healthy, but it also creates new governance dependencies across issuers, wallets, and verification points. The organisation that consumes a credential may not control its lifecycle, yet it still bears the access risk when that credential is stale or misissued. Practitioners should plan for lifecycle ownership across organisational boundaries.
Digital wallet adoption will broaden the identity perimeter rather than shrink it. Wallet-based identity looks user-centric, but enterprise governance becomes harder because credentials can move across countries, partners, and service boundaries. That means access policy, assurance levels, and revocation logic need to be designed for reuse outside the home directory. The practical conclusion is that portability must be matched by stronger issuer and verifier governance.
From our research:
- 96% of organisations store secrets outside of secrets managers in vulnerable locations including code, config files, and CI/CD tools, according to Ultimate Guide to NHIs.
- Only 20% have formal processes for offboarding and revoking API keys, and even fewer have procedures for rotating them.
- For lifecycle depth, see NHI Lifecycle Management Guide for the governance patterns that keep identity objects from outliving their trust.
What this signals
Identity programme teams should expect verification, credential reuse, and privacy controls to converge into one operating model. The next governance gap is not whether users can log in without passwords, but whether the organisation can still prove who issued the credential, who can revoke it, and what trust survives when it is reused elsewhere.
With only 5.7% of organisations having full visibility into their service accounts, identity teams already struggle to govern machine identity states they created themselves, let alone portable credentials that move across external ecosystems. That makes issuer governance and revocation discipline the real programme differentiators.
The practical shift is to treat portable identity as an access policy problem, not a technology novelty. If your programme cannot answer who trusts the credential, who revalidates it, and what happens when a relying party disagrees with the issuer, then your identity perimeter has already expanded beyond your control.
For practitioners
- Define assurance tiers for passwordless enrolment Separate identity proofing from authentication policy so each user population is assigned a minimum assurance level before passwordless access is enabled.
- Review biometric data storage and revocation paths Confirm where biometric attributes are held, how they are encrypted, and what happens when a biometric factor must be reissued or withdrawn.
- Set issuer trust rules for verified credentials Document which issuers are acceptable, what attributes are allowed through selective disclosure, and how expired or revoked credentials are rejected at access time.
- Map wallet-based identity to existing lifecycle controls Treat portable credentials as governed identity objects and align them to joiner, mover, and leaver processes, especially when partners or external systems can verify them.
Key takeaways
- The article argues that modern identity design now has to join proofing, authentication, and privacy into one governance model.
- The architectural direction is clear: decentralised verification and reusable credentials reduce data exposure, but they raise the bar for issuer trust and lifecycle control.
- IAM teams should respond by separating assurance policy, credential revocation, and relying-party trust rules before scaling passwordless or wallet-based 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 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 |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 | Identity proofing and credential trust affect how non-human and portable identities are governed. |
| NIST CSF 2.0 | PR.AA-01 | Access governance depends on verified identity and assurance outcomes. |
| NIST Zero Trust (SP 800-207) | Zero Trust requires continuous verification and explicit trust decisions. |
Tie issuer trust and credential lifecycle rules to NHI-01 before accepting reusable identity claims.
Key terms
- Identity Proofing: Identity proofing is the process of establishing that a person or entity is who it claims to be before access is granted. In modern IAM, it sets the assurance baseline for everything that follows, including passwordless login, credential issuance, and downstream trust decisions.
- Verified Credential: A verified credential is a cryptographically signed claim about an identity attribute that can be presented and checked by another party. It reduces the need to expose source records directly, but it shifts governance to issuance, revocation, and relying-party policy.
- Zero-Knowledge Proof: A zero-knowledge proof lets one party prove a fact without revealing the underlying data that supports it. In identity systems, it is used to confirm attributes such as age or eligibility while limiting disclosure, which changes privacy risk and verification design at the same time.
- Passwordless Authentication: Passwordless authentication verifies a user without a shared secret such as a password. It can improve resilience against credential theft, but its security still depends on strong proofing, recovery, and device or biometric trust before the login step begins.
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 1Kosmos: digital identity architecture, verification, and privacy-first authentication. Read the original.
Published by the NHIMG editorial team on 2025-08-13.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org