
A.AnnaS.82284 (Customer) asked a question.
I work for a group with multiple businesses and environments. We all use Okta, and we are meant to be bringing in FastPass for our managed Intune devices only. All users are required to configure MFA - usually Okta Verify for mobile. We don't use Yubikeys - this wouldn't work with part of our workforce being offshore, or with needing to sporadically onboard acquired businesses. We aren’t a BYOD environment for computers - there’s no scenario where we’d want the user to install Okta Verify for Windows themselves direct from Okta – it would always need to come as a managed install to get the correct install parameters to work with our device assurance policies.
We have two main environments:
1. Intune (Windows) laptop – mostly based in the UK with access to instant message or phone our IT service desk. Can only install apps via the Company Portal.
2. Offshore thin clients with a virtual environment (also running Windows), no access to contact the IT service desk if they are unable to sign in, meaning another user will instant message on their behalf. These users have to MFA to access their VM. Most do not have permission to install apps.
We also have small numbers of users on non-company laptops where they’ve been acquired but not migrated – we will have basic security tooling on these, but they aren’t managed by us.
When we enable the FastPass part of the Okta Verify authenticator, any user who needs to setup MFA is prompted to install Okta Verify for Windows, because it recognises the operating system they’re on. The user will need to read the screen and click the alternative option to use Okta Verify for mobile.
This means we can’t roll this out to our production environment without having an immediate impact to the business. Users setting up authenticators will undoubtedly be tripped over by being sign posted to the desktop version of Okta Verify, and either get blocked trying to install it or get a direct install without the correct install parameters. Neither scenario being a good user experience. Ideally, we'd want to be able to enable Okta FastPass without users being redirected to it instead of Okta Verify for mobile.
Is anyone else in this scenario – how are you handling it?

Hello @A.AnnaS.82284 (Customer) Thank you for posting on our Community page!
This is a very common and frustrating pain point for teams migrating to Okta Identity Engine (OIE) with mixed-management environments.
Address your primary question immediately: There is no native, out-of-the-box toggle in the Okta Admin Console to conditionally hide the Okta Verify for Windows download prompt based on device management state during enrollment. Here is a breakdown of why this happens and how other IT and Identity and Access Management (IAM) teams are handling it.
The Root of the Problem: Same Device Enrollment
When you enable FastPass (all platforms) in your Okta Authenticator settings, Okta activates a feature called Same Device Enrollment. Because Okta Verify is treated as a single unified authenticator (handling both mobile Push and desktop FastPass), Okta's browser enrollment flow automatically detects the user's OS.
If it detects Windows, it aggressively prioritizes the Windows desktop app to encourage FastPass adoption. Okta's Authenticator Enrollment policies dictate who can enroll in Okta Verify, but they cannot dictate which version (mobile vs. desktop) the UI prioritizes based on whether the device is Intune-managed, a VDI, or unmanaged.
How Organizations Are Handling This
Since native controls fall short here, admins typically rely on one of the following workarounds to protect their user experience and service desk queues.
1. Customizing the Sign-In Widget (CSS/JS Injection)
If you are using a Custom URL Domain in Okta, you can modify the HTML, CSS, and JavaScript of your Okta-hosted Sign-In Widget.
2. Tailoring the UI Localization Strings
If you cannot or prefer not to use custom CSS, you can change the text directly on the enrollment screen to forcefully guide the user's behavior.
3. Alternative Authenticators for Unmanaged Cohorts
If your offshore VDI users do not strictly require Okta Verify Push, you can separate their authentication methods entirely to bypass the FastPass trap.
4. Engaging Okta Support for Backend Feature Flags
Okta controls some of the aggressiveness of the "Same Device Enrollment" flow via backend feature flags on your tenant.
Thank you for reaching out to our Community and have a great day!
--
Help others in the community by liking or hitting Select as Best if this response helped you.