Automatic login to the Office Plugin with SSO

Introduction

How can users automatically log in to the Office Plugin using Single Sign-On (SSO)?

Administrators can enable automatic login with SSO, so users do not have to log in manually to Zivver using the Login button in the Zivver toolbar. This feature can be activated by setting an additional registry key.

Requirements

  • Your organization uses Single Sign-On (SSO).
    Check if your organization uses SSO
  • The account logged in to Outlook has a Zivver account.
  • Your Identity Provider does not require a manual action for the user to log in.
    Examples of manual actions include entering a password or submitting a second authentication factor.

Activate automatic login

The registry keys below will automatically log users in to Zivver when working with email in Outlook (AutoEnableSsoAccounts) and will automatically log the user in to Zivver when the current session is about to expire (TryAutoReloginSso). For more recommended Office plugin settings, see the Office plugin installation manual.

KeyTypeNameValue
HKEY_CURRENT_USER\SOFTWARE\Zivver\OfficePlugin\SettingsDWORDAutoEnableSsoAccounts1
HKEY_CURRENT_USER\SOFTWARE\Zivver\OfficePlugin\SettingsDWORDTryAutoReloginSso1

Disable automatic login

Change the values of the settings to 0 to disable automatic login. Apply these changes before removing the registry settings to ensure they are disabled.

KeyTypeNameValue
HKEY_CURRENT_USER\SOFTWARE\Zivver\OfficePlugin\SettingsDWORDAutoEnableSsoAccounts0
HKEY_CURRENT_USER\SOFTWARE\Zivver\OfficePlugin\SettingsDWORDTryAutoReloginSso0