Skip to main content

How to prevent the login popup when force installing the extension

Written by Jennifer Steinker

IT can push a managed policy with this in the policy JSON field

{   "suppressWelcomeTab": true }

To disable the pop up to login.

Notes

  • BrightHire extension version must be v3.11.9 or later

  • The extension should be installed by enterprise policy, typically force-installed or otherwise managed.

  • The policy key must exactly match the extension’s managed schema: suppressWelcomeTab.

  • The value type must be a boolean, not a string.

Did this answer your question?