TL;DR: Enterprise identity sharing can move beyond screenshot-based verification with verifier-initiated sessions, explicit presenter consent, step-up before sensitive release, single-use tokens, and provenance-aware ID Card rendering, according to Scramble ID. Scramble ID's implementation guide for People Trust Checks defines these controls.
At a glance
What this is: This implementation guide describes how People Trust Checks turn person-to-person verification into a policyable workflow with consent, replay resistance, and field-level provenance.
Why it matters: It matters because IAM teams now have to govern identity sharing flows with the same rigour they apply to access, assurance, and lifecycle controls.
By the numbers:
- Only 44% of developers are reported to follow security best practices for secrets management, exposing a significant developer behaviour gap.
👉 Read Scramble ID's implementation guide for People Trust Checks
Context
People Trust Checks are a controlled identity-sharing workflow, not a simple verification widget. The primary governance problem is whether a verifier can request only the minimum necessary attributes while the presenter retains explicit control over what is released and when.
That matters for IAM and identity assurance because the workflow combines consent, step-up, provenance, and expiry into one session. The design aims to prevent oversharing, replay, and trust-by-screenshot behaviour in enterprise and consumer-facing processes alike.
Key questions
Q: How should teams prevent oversharing in identity verification workflows?
A: Start by defining a minimum disclosure contract for each workflow and require the presenter to preview the exact fields before release. Then enforce mandatory provenance markers, so verified and self-asserted attributes are not treated as equal. Finally, make sensitive fields step-up gated and keep the request single-use and time-limited.
Q: When does consent-based identity sharing become more secure than manual verification?
A: It becomes more secure when the workflow binds consent to a specific session, limits the attribute set to what is required, and prevents replay through single-use artifacts and expiry. At that point, assurance is measurable and auditable, while manual methods still depend on screenshots, memory, or informal checks.
Q: What do security teams get wrong about identity provenance?
A: They often treat provenance as metadata instead of a control boundary. If users cannot see which fields are verified, self-asserted, or unavailable, the verifier cannot make a sound trust decision. Provenance has to be visible at the point of release, not buried in logs or back-end records.
Q: Who should be accountable when a verification flow allows oversharing?
A: The accountability sits with the team that defined the workflow contract and the policy owner that allowed the release path. If the request can be broadened, replayed, or shared without step-up, the issue is governance failure rather than user error. That makes IAM, product, and security jointly responsible.
Technical breakdown
Verifier-initiated sessions and single-use trust artifacts
The workflow starts when the verifier creates a session and receives a QR code, short code, or messaging link. Those artifacts are not credentials in the usual sense. They are short-lived join tokens that bind the presenter to one request and expire after a policy-defined TTL. Single-use semantics mean a consumed artifact cannot be replayed, which closes the common gap where a forwarded link or captured code can be reused outside the original interaction.
Practical implication: Treat the join artifact as an ephemeral identity object and enforce expiry, single-use consumption, and server-side session binding on every request.
Consent-first sharing and provenance-aware ID cards
The presenter sees exactly what the verifier will receive before anything is shared. The consent sheet exposes verifier cues, required profile level, mandatory fields, session expiry, and whether sensitive data needs step-up approval. The Unified ID Card renderer then marks each field as verified or self-asserted, which turns trust into a field-level property instead of a binary label. That distinction matters because assurance is only as strong as the weakest attribute in the payload.
Practical implication: Require the consent screen and provenance markers to be part of the release path, not optional UI decoration.
Step-up before share and replay-resistant release controls
Sensitive attributes are gated behind device user verification when policy requires it. The guide also calls for signed deep links, origin binding, rate limiting, and structured audit events that record the session lifecycle without logging raw attribute values. This is classic assurance engineering: the system verifies the request context before release, then records what happened in a way that supports investigation without inflating exposure.
Practical implication: Enforce step-up for protected fields and verify that audit logs preserve evidence without retaining the released identity data.
NHI Mgmt Group analysis
Consent-led identity sharing is now a governance problem, not a UX problem. People Trust Checks show that enterprises are starting to formalise how identity attributes are requested, reviewed, and released. That moves the control plane from a screenshot or manual call verification model into a policy-bound exchange where assurance depends on session integrity, consent quality, and attribute provenance. Practitioners should treat this as identity governance applied to person-to-person disclosure.
Field-level provenance is the real control boundary. A system that marks verified and self-asserted attributes differently creates an auditable trust model that IAM teams can reason about. Without that distinction, a shared identity package collapses into undifferentiated text, and the organisation loses the ability to separate high-assurance data from user-entered claims. Practitioners should force provenance into the policy and the rendering layer.
Replay resistance is part of assurance, not an implementation detail. The combination of single-use tokens, short TTLs, origin binding, and step-up before share addresses the same failure mode from different angles. If any of those controls is weakened, the workflow drifts back toward transferable proof and offline reuse. Practitioners should evaluate the whole release path, not just the presentation layer.
People Trust Checks extend identity lifecycle thinking into real-world disclosure events. The system effectively creates a temporary, policy-scoped identity transaction that begins with verifier intent and ends with controlled attribute release. That is the same governance pattern IAM teams use for access reviews and privilege scoping, but applied to disclosure instead of entitlement. Practitioners should recognise the workflow as lifecycle control for identity proof, not as a point feature.
Consent choreography becomes the new trust signal. The guide makes clear that the order of operations matters: session creation, requirement selection, presenter preview, step-up, and then release. That sequencing is what prevents the verifier from forcing overshare and prevents the presenter from sharing outside policy. Practitioners should design for ordered assurance, not just data capture.
From our research:
- Only 44% of developers are reported to follow security best practices for secrets management, exposing a significant developer behaviour gap, according to The State of Secrets in AppSec.
- The average estimated time to remediate a leaked secret is 27 days, despite 75% of organisations expressing strong confidence in their secrets management capabilities.
- That gap between confidence and execution is why teams should also review Ultimate Guide to NHIs for lifecycle and release controls that reduce overexposure.
What this signals
Attribute-level consent will matter more as identity assurance becomes more transactional. Teams that already manage NHI, human IAM, and assurance workflows should expect the same controls to be asked of person-to-person sharing: explicit release, minimum disclosure, and audited expiry. The practical shift is to treat verification as a governed transaction, not as a user-facing convenience layer.
Replay resistance is now an identity assurance expectation, not an edge case. Forwarded links, captured codes, and copied artifacts are the disclosure equivalent of leaked credentials, which is why the workflow should be designed around short-lived proof and server-side binding. For deeper lifecycle context, the Ultimate Guide to NHIs remains the right reference point for teams mapping control patterns across identity types.
With 43% of security professionals concerned about AI systems learning and reproducing sensitive information patterns from codebases, according to The State of Secrets in AppSec, provenance-aware sharing will increasingly be evaluated alongside data minimisation. Identity teams should expect assurance conversations to expand from authentication into what can be released, when, and under whose policy authority.
For practitioners
- Define the minimum identity disclosure contract Specify the smallest acceptable field set for each workflow, then lock it in policy so verifiers cannot silently expand collection beyond need.
- Make consent and provenance non-optional Require the preview screen to show exact fields, verifier cues, and verified versus self-asserted markers before any release is allowed.
- Enforce expiry and single-use semantics everywhere Validate that every QR, code, and messaging link expires on schedule, is consumed once, and is rejected on replay or session mismatch.
- Gate sensitive attributes behind step-up Use biometric or PIN verification for protected releases and confirm that the step-up result is bound to the same session id as the request.
- Instrument the workflow for audit and tuning Track completion rate, timeout rate, step-up failure rate, and contact-save conversion so policy changes are based on operational evidence rather than guesswork.
Key takeaways
- People Trust Checks formalise a controlled identity-sharing workflow where consent, session binding, and expiry are first-class governance controls.
- The core risk is not just impersonation but oversharing, replay, and loss of attribute provenance when identity proof is treated as a screenshot.
- IAM teams should govern identity disclosure with the same discipline they apply to lifecycle and access policy, because assurance now depends on release control as much as authentication.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
NIST SP 800-63, 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 SP 800-63 | The guide is about identity assurance, consent, and verification strength. | |
| NIST CSF 2.0 | PR.AC-1 | Identity sharing depends on controlled access and verified session context. |
| NIST Zero Trust (SP 800-207) | PR.AC-4 | Short-lived artifacts and origin binding align with continuous verification thinking. |
Apply zero-trust principles so identity proof is validated per transaction, not assumed after first contact.
Key terms
- Consent-led identity sharing: A controlled disclosure workflow in which the identity subject sees what will be shared and explicitly approves the release. It shifts assurance from vague trust to governed exchange, making the payload, timing, and recipient part of the access decision.
- Attribute provenance: The origin and trust status of each identity field, such as verified, self-asserted, or temporarily unavailable. Provenance matters because assurance depends on the weakest field in the set, not the strongest label attached to the overall identity.
- Session binding: A control that ties a presenter’s action to the exact verifier-created session that requested it. It prevents reuse or substitution by rejecting payloads that do not match the original session id, which is essential for replay resistance and auditability.
- Replay resistance: The property that a verification artifact cannot be reused, forwarded for fresh acceptance, or replayed after expiry. In practice, it depends on single-use tokens, short lifetimes, server-side consumption state, and binding to the original request context.
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 Scramble ID: People Trust Checks implementation guide. Read the original.
Published by the NHIMG editorial team on 2026-01-18.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org