Automatic login to the Office Plugin with SSO

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

Check if your organization uses SSO

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.

Key Type Name Value
HKEY_CURRENT_USER\SOFTWARE\Zivver\OfficePlugin\Settings DWORD AutoEnableSsoAccounts 1
HKEY_CURRENT_USER\SOFTWARE\Zivver\OfficePlugin\Settings DWORD TryAutoReloginSso 1

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.

Key Type Name Value
HKEY_CURRENT_USER\SOFTWARE\Zivver\OfficePlugin\Settings DWORD AutoEnableSsoAccounts 0
HKEY_CURRENT_USER\SOFTWARE\Zivver\OfficePlugin\Settings DWORD TryAutoReloginSso 0

Updated on 2026-06-18