Authentication Origin Binding
Authentication Origin Binding is a security feature that ensures a cryptographic credential can only be used on the specific website or service for which it was registered. This prevents attackers from using a stolen credential on a malicious site that mimics a legitimate exchange.
When a U2F device is used, the browser verifies the origin of the request and includes it in the cryptographic signature process. If the origin does not match the registered domain, the device will refuse to sign the authentication request.
This mechanism effectively eliminates the risk of phishing, as the credential is useless outside of its intended environment. It is a critical advancement in security architecture for high-stakes financial environments where domain spoofing is a common vector for asset theft.