Centralised identity systems concentrate sensitive records in one place, which creates an attractive target and a single compromise path. User-controlled wallets reduce that concentration by keeping credentials under the individual’s control and presenting only what a relying party needs. The security model still depends on strong cryptography, secure storage, and trustworthy verification processes.
Why This Matters for Security Teams
Centralised identity databases are attractive because they simplify onboarding, verification, and policy enforcement, but they also concentrate high-value data and create a single compromise path. For security teams, the issue is not only breach impact. It is also privacy scope, retention risk, and the downstream reuse of identity attributes across services. The same concentration problem appears in secrets management, where NHIMG research found 88% of professionals are concerned about secrets sprawl in the 2024 State of Secrets Management Survey.
That concern maps directly to identity architecture: once a central store becomes authoritative, it becomes a high-value target for attackers and a high-consequence dependency for defenders. Privacy harm also grows because one compromise can expose many attributes, not just a single credential. The risk picture is sharper when organisations over-collect data for convenience instead of minimisation, a principle reinforced by the NIST Cybersecurity Framework 2.0 and the EU General Data Protection Regulation (GDPR). In practice, many security teams discover the blast radius of centralisation only after a directory dump, token replay, or partner-integrated data exposure has already occurred, rather than through intentional privacy testing.
How It Works in Practice
User-controlled identity wallets reduce risk by changing where trust and disclosure happen. Instead of relying on a central database to assert everything about a person, the wallet stores credentials locally or in a user-controlled environment and presents only the claims needed for a given transaction. This can support selective disclosure, shorter data retention, and narrower sharing. The model is strongest when backed by strong cryptography, hardware-backed key protection, and verifiable issuance from trusted authorities.
In operational terms, wallet-based identity usually depends on:
- Verifiable credentials or similar signed claims, so the relying party can validate authenticity without querying a central profile store.
- Minimised disclosure, so the verifier receives only the attribute required for the transaction, not a full identity dossier.
- Short-lived proofs or presentation tokens, so captured data has limited replay value.
- Recovery and revocation processes, because user control must still coexist with compromise handling and lifecycle governance.
That architecture aligns with broader identity and privacy controls in NIST SP 800-53 Rev 5 Security and Privacy Controls and the identity direction in eIDAS 2.0. For practitioners, the key benefit is not that wallets eliminate trust, but that they reduce the amount of identity data held in one place. That matters when compared with centralised models discussed in NHIMG’s Ultimate Guide to NHIs and the 52 NHI Breaches Analysis, where over-concentrated identity artifacts repeatedly amplify incident scope. These controls tend to break down in ecosystems that require always-on central lookup, because offline verification, revocation latency, and legacy federation constraints can force fallback to the same concentration risk the wallet was meant to avoid.
Common Variations and Edge Cases
Tighter wallet-based control often increases operational complexity, requiring organisations to balance user privacy against recovery, interoperability, and support overhead. That tradeoff is real, and best practice is evolving rather than settled. Some deployments use hybrid models, where a central issuer validates credentials but does not retain a full, reusable profile. Others keep a minimal index for revocation or fraud response, which can reintroduce partial centralisation if governance is weak.
There are also edge cases where wallets do not automatically lower risk. Lost devices, weak local key protection, poor recovery design, and over-permissive relying parties can all undermine the model. In regulated environments, legal retention, auditability, and anti-fraud requirements may justify some central logging, but those logs should be minimised and separated from the core credential store. The practical goal is to avoid building a permanent repository of identity attributes when a verified presentation is sufficient. NHIMG’s Top 10 NHI Issues highlights the broader pattern: concentration is often introduced for convenience, then defended as necessary after the architecture has already made it hard to remove. Organisations should treat any central identity repository as a high-value asset, then decide deliberately whether each attribute truly belongs there.
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 CSA MAESTRO address the attack and risk surface, while NIST CSF 2.0, NIST AI RMF 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-1 | Centralised identity risk is fundamentally an access and trust-boundary problem. |
| NIST AI RMF | Wallet trust, disclosure, and recovery require risk-based governance decisions. | |
| OWASP Non-Human Identity Top 10 | NHI-01 | Centralised credentials and identity artifacts increase exposure when compromised. |
| CSA MAESTRO | GOV-02 | Wallet architectures need governance over trust, disclosure, and recovery paths. |
| NIST Zero Trust (SP 800-207) | AC-4 | Wallets support per-transaction verification aligned to zero trust principles. |
Treat each identity presentation as a separate trust decision instead of relying on a central profile.
Related resources from NHI Mgmt Group
- When do service accounts become a higher risk than ordinary user accounts?
- Why do smart meters create higher security and privacy risk than traditional meter reading?
- Why do private keys and digital signature certificates create higher risk when they are not tightly controlled?
- Why do switch statements create security risk when environment values or user input are not tightly controlled?