This pull request adds support for managing the Okta Verify app on Windows via the maintained apps system. It introduces new ingestion logic for handling WiX Burn installers, adds input and output definitions for Okta Verify, and provides install/uninstall scripts tailored for EXE-based (Burn) installers. The changes also ensure Okta Verify is properly listed and categorized in the maintained apps outputs. **Okta Verify Windows app support:** * Added a new input definition for Okta Verify on Windows, including installer details and categorization in `ee/maintained-apps/inputs/winget/okta-verify.json`. * Added install (`okta_verify_install.ps1`) and uninstall (`okta_verify_uninstall.ps1`) PowerShell scripts for Okta Verify, supporting silent installation/uninstallation for EXE/Burn installers. [[1]](diffhunk://#diff-fa86938dc330e2678c50210585ea8885283546dc370017fd6f3996f12af284b9R1-R27) [[2]](diffhunk://#diff-944cc7275484b5010c66369e563c3d09a618d67295da5221e945aebc42b033dcR1-R96) * Added Okta Verify Windows app entry to the maintained apps output (`apps.json`) and created a detailed output file with version, installer URL, scripts, and detection query in `outputs/okta-verify/windows.json`. [[1]](diffhunk://#diff-4c1446cfc02c6bb0bda874481e333c65b84e184fcea52f656b49a6489f73c9c2R1145-R1151) [[2]](diffhunk://#diff-0c852c8b0817f497526b3eb76c2074cece7ed002f5ffa6a2ea7771affdd90f52R1-R21) **Improvements to installer ingestion logic:** * Updated the Winget ingester to recognize "burn" (WiX Burn bootstrapper) as an installer type and normalize it to "exe" for processing, ensuring correct handling of Burn-based installers. [[1]](diffhunk://#diff-eb6c4ae7be41e61a2292c4240de750809d40c0686fb01f80f52df056ebc9c2a8R488) [[2]](diffhunk://#diff-eb6c4ae7be41e61a2292c4240de750809d40c0686fb01f80f52df056ebc9c2a8R223-R227)
Welcome to the "source available" section of the Fleet codebase. Please note files and functionality under this directory are covered by the Fleet EE License, and require a valid Fleet subscription for production use. See the full license for details.