When configuring the Security Key factor (FIDO) in IDSP/VIP Authentication Hub to restrict authentication to hardware keys (e.g., YubiKey), users still see a Mobile Device/QR Code option in the browser's authentication interface.
Symantec Identity Security Platform - IDSP (formerly VIP Authentication Hub)
Modern web browsers and operating systems treat both hardware Security Keys and platform Passkeys as "roaming credentials." During the FIDO registration or authentication flow, the browser controls the user interface. Many browsers prioritize the mobile/Passkey experience (QR code) by default, even when the intended policy is restricted to a physical security key. The authenticatorAttachment parameter is not consistently enforced by all browsers when both platform and cross-platform options are available.
While the browser's native UI cannot be entirely bypassed, you can use tenant-level configuration hints and specific flags to steer the browser toward the hardware key experience.
passkeyRegistrationHints tenant setting to tune down the mobile experience during registration. While not all browsers honor this, it informs the browser of the preferred authenticator type.skipQRCodeForSecurityKeyAuthentication flag enabled, the presence of the QR code during registration may be confusing to users if the intent is a YubiKey-only policy.