By NHI Mgmt Group Editorial TeamPublished 2026-01-16Domain: Workload IdentitySource: Raidiam

TL;DR: Contactless Pix replaces repeated bank redirects with a redirectless enrollment model that binds a device key to payment authorization, while keeping OAuth, FAPI, and risk evaluation intact, according to Raidiam. The real change is not convenience alone, but a shift from static authorization steps to contextual, device-bound trust that IAM and NHI teams must govern explicitly.


At a glance

What this is: This is an architectural analysis of Contactless Pix and redirectless open finance payments, showing how device-bound FIDO credentials and origin validation replace repeated redirects.

Why it matters: It matters because the model turns payment authorization into an NHI governance problem, where device identity, token use, and risk signals all need enforceable controls.

👉 Read Raidiam's technical analysis of Contactless Pix and redirectless payments


Context

Open finance systems struggle when every payment depends on a redirect back to the bank, because that pattern creates friction, weakens continuity, and leaves the control model tied to a single moment of user interaction. In NHI governance terms, the problem is not only user experience. It is whether a payment authorization can stay trustworthy when the credential is no longer handled through a repeated human-authenticated flow.

Contactless Pix addresses that gap by shifting from repeated redirection to enrolled, device-bound authorization. That changes the identity problem from session handling to lifecycle governance for a non-human identity anchored in a device, a key pair, and scoped usage rules. For IAM and NHI practitioners, the relevant question is whether trust can be expressed as policy, attestation, and risk signals rather than as a one-time browser redirect.


Key questions

Q: How should security teams govern device-bound payment credentials in open finance?

A: Treat device-bound payment credentials as managed non-human identities. That means assigning an owner, defining scope and expiry, enforcing revocation, and monitoring every enrollment and authorization event. The control objective is not just preventing theft. It is ensuring the credential cannot act outside the policy that created it.

Q: Why does redirectless authorization change the trust model for IAM teams?

A: Redirectless authorization moves trust away from repeated interactive login and toward continuous validation of a device, an application origin, and a cryptographic key. IAM teams must therefore govern lifecycle state, not just initial authentication. The key question becomes whether the evidence remains sufficient each time the credential is used.

Q: What is the difference between device attestation and origin validation?

A: Device attestation helps prove the credential was created on a supported authenticator, while origin validation checks that the application using the credential matches an approved software origin. Together they reduce spoofing risk, but neither one alone proves the full trust chain. Practitioners need both controls for stronger assurance.

Q: When should organisations add risk signals to cryptographic authorization flows?

A: Organisations should add risk signals whenever a signed challenge alone does not provide enough assurance to support the business decision. Context such as device details, application origin, and transaction limits helps distinguish legitimate use from abuse. This is especially important when a credential can authorize actions without fresh human interaction.


Technical breakdown

How redirectless payment enrolment works

The redirectless model begins with an enrollment rather than a one-off payment authorization. The user is redirected once to bind a device key, define limits, and confirm account ownership, after which the TPP stores a refresh token and the device keeps the private key locally. Subsequent payment authorization uses a signed challenge instead of a fresh redirect. This matters because the bank is no longer validating a single browser session. It is validating a continuing relationship between a device, a key, and an approved application context. That is a closer fit for NHI governance because the credential now has lifecycle state, usage limits, and revocation conditions.

Practical implication: Treat the enrolled device key as a governed non-human credential with explicit scope, expiry, and revocation rules.

Why FIDO2 here is asymmetric key management, not passwordless login

FIDO2 in this model is not being used to replace a password for interactive login. It is being used as a standards-based way to generate and manage asymmetric keys on a user device. The public key is shared for verification, while the private key never leaves the device and signs payment challenges. That distinction matters because it makes the payment flow cryptographically verifiable without revealing the secret itself. For NHI practitioners, the architecture shows how a standards layer can support device-bound identity without turning the device into a reusable bearer credential.

Practical implication: Separate key generation, attestation, and signing controls from ordinary authentication assumptions.

Origin validation and risk signals as trust controls

The trust model relies on two checks working together. First, origin validation ties credential use to declared software origins through dynamic client registration. Second, risk signals such as device details, challenge signatures, and application context inform the authorization decision. This is a probabilistic trust model, not a deterministic one. The bank cannot directly observe the user creating the credential, so it infers legitimacy from attestation, origin, and telemetry. That is a familiar pattern in agentic and NHI governance: identity assurance depends on control combination, not a single proof.

Practical implication: Require origin binding and runtime risk evaluation before allowing any credential created on a device to authorize payments.


Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

Redirectless open finance is really a device-identity problem: the primary control question is no longer whether a user can authenticate once, but whether a device-bound credential can be trusted across its full lifecycle. That shifts attention from login flows to enrollment, attestation, expiry, and revocation. For NHI governance, this is the same pattern seen in service accounts and AI agents. Practitioners should design for managed lifecycle state, not implicit trust after first use.

Device-bound credentials reduce friction, but they also widen the blast radius of trust decisions: once an enrolled device can authorize payments without repeated redirects, the quality of the initial enrollment becomes critical. A weak origin policy, loose risk evaluation, or poor attestation handling can create durable access paths. The control objective is to make enrollment hard to spoof and easy to revoke. Practitioners should treat enrollment as a high-value identity event, not an implementation detail.

Dynamic risk evaluation is becoming the default trust pattern for high-assurance digital payments: the architecture depends on combining cryptographic proof with contextual signals instead of relying on a single authentication step. That model is more resilient than static redirects, but it also demands clear liability rules, telemetry quality, and consistent policy enforcement. For the wider NHI field, this is a useful signal that identity assurance is moving toward continuous evaluation. Practitioners should align controls to context, not to a one-time grant of trust.

Credential delegation must be governed as a shared responsibility model: the bank no longer creates or directly observes every credential creation event, so trust is distributed across the TPP, the device, and the platform policy layer. That creates governance gaps if ownership is unclear. The field should treat delegated credential creation as a formal control boundary with attestable rules. Practitioners should map who validates origin, who stores keys, and who can invalidate enrollment when risk changes.

Contactless payment design is a preview of broader agentic identity patterns: once software can hold durable authority to act on behalf of a user, governance must cover scope, device state, context, and revocation together. That is the same structural issue emerging with AI agents and other NHI classes. The lesson is to build policy around bounded authority, not just user convenience. Practitioners should use this model to test whether their own access controls can survive delegated execution.

From our research:

  • Organisations maintain an average of 6 distinct secrets manager instances, creating fragmentation that undermines centralised control, 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.
  • For adjacent context on credential abuse patterns, see LLMjacking: How attackers hijack AI using compromised NHIs for how quickly exposed credentials are targeted.

What this signals

Redirectless payment models will push more teams toward policy-defined identity boundaries, not session-based controls: the practical problem is no longer just authenticating a user, but deciding when a device-bound credential remains trustworthy enough to act. That is where NIST Cybersecurity Framework 2.0 remains useful, because the govern and protect functions force teams to define ownership, enforcement, and review points around the credential lifecycle.

Identity blast radius becomes the right design lens for enrolled devices and delegated credentials: when one enrolled device can authorize repeated actions, the blast radius of a compromise is defined by scope, limits, and revocation speed. The lesson for practitioners is to reduce the authority carried by any one credential and to shorten the time it can remain valid after risk changes.

With 43% of security professionals already concerned that AI systems may learn and reproduce sensitive information patterns from codebases, according to The State of Secrets in AppSec, teams should expect similar pressure on other delegated identity patterns. The same governance discipline needed for AI-adjacent secrets also applies to device-bound payment authority.


For practitioners

  • Define enrollment as a governed identity event Require formal approval, logging, and review for device enrollment, including ownership confirmation, limit setting, and expiry conditions. Treat the first trust decision as the most sensitive part of the flow, because later authorizations inherit that decision.
  • Bind credential use to declared application origins Validate software origins at runtime against the origins registered during dynamic client registration, and block credential creation or reuse when the origin does not match. This is a practical control against spoofed apps and unauthorized clients.
  • Enforce challenge signing with attested devices Require cryptographic challenge signing from an attested device before authorizing high-risk payments. Pair the signature check with device posture and risk telemetry so that cryptographic proof is never the only gate.
  • Set explicit limits and expiry for enrolled credentials Configure daily and per-transaction limits, and make expiry a default rather than an exception. If the credential is meant to support a narrow use case, constrain it as tightly as a privileged NHI.
  • Map liability and revocation ownership now Document which party can revoke an enrollment, who responds to compromised devices, and how risk decisions are overridden. Shared trust without shared accountability becomes an operational gap the moment something fails.

Key takeaways

  • Contactless Pix shows that reducing payment friction usually means moving trust controls deeper into identity lifecycle governance.
  • Device-bound credentials are only as safe as the enrollment, origin validation, and revocation rules that govern them.
  • For IAM and NHI teams, the architectural lesson is to manage bounded authority, not assume one-time authentication is enough.

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-03Device-bound credentials need controlled lifecycle management and revocation.
NIST CSF 2.0PR.AC-4Origin validation and scoped authorization align with least-privilege access control.
NIST Zero Trust (SP 800-207)Continuous verification fits redirectless, risk-based payment authorization.

Treat enrolled payment credentials as NHI assets and enforce expiry, ownership, and revocation checks.


Key terms

  • Redirectless Payment: A redirectless payment is an authorization flow that avoids repeated browser redirection by using a previously enrolled device and cryptographic proof. The model shifts trust from a one-time interactive step to a governed relationship between a device, its key material, and the policy that constrains use.
  • Device-bound Credential: A device-bound credential is a key or token that can only be used from an approved device or authenticator. In practice, it reduces replay and theft risk, but it also raises the stakes of enrollment, attestation, and revocation because the credential can act repeatedly until invalidated.
  • Origin Validation: Origin validation checks that a credential is being created or used by an approved application origin, such as a registered app package or URL. It is a control against spoofing and unauthorized client use, and it becomes more important when credential creation is delegated away from the identity provider.
  • Risk Signal: A risk signal is contextual evidence used to decide whether an identity action should be allowed, challenged, or denied. It can include device details, application origin, location, telemetry, or transaction scope, and it works best when combined with cryptographic proof rather than used on its own.

Deepen your knowledge

Contactless Pix, device-bound credentials, and redirectless authorization are covered in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are extending identity governance into payment workflows or other delegated execution models, this course is a practical starting point.

This post draws on content published by Raidiam: Contactless Pix, redirectless payments, and the technical architecture behind them. Read the original.

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