Configure OAuth in VIPRE Email Archiving

Written By Marissa Fegan (Super Administrator)

Updated at November 8th, 2023

Open Authentication (aka OAuth) is an open-standard authorization protocol that simplifies the SAML SSO approach without needing a third-party service. This article will walk you through configuring OAuth in VIPRE Email Archiving.

Create a New Connection

  1. Log in to VIPRE Email Archiving
  2. Navigate to Adv Configure > SSO OAuth
  3. Click Create New Connection
  4. Select the required values in the fields
    • Provider Type: Provider type for which you want to create the new connection; available options are Microsoft Office 365, Microsoft ADFS, and OpenID Connect
    • Redirect URLs: URLs to which the authorization server will send the user to after the app has been successfully authorized and granted an authorization code or access token
    • Connection Name: Name that will be used to identify the connection
    • Client ID: Unique ID assigned to the application registered with the OAuth provider
    • Client secret: Secret code assigned to the application registered with the OAuth provider
    • Authorization URL: URL to which the frontend will redirect the user for authorization
    • Access Token URL: URL which should be called for obtaining the access token
    • User Detail URL: URL which should be called for obtaining the user details
  5. Review all of the values and click Save Connection

Edit an Existing Connection

  1. Log in to VIPRE Email Archiving
  2. Navigate to Adv Configure > SSO OAuth
  3. Under Existing Connections, select Edit Connection
  4. Edit the values of the required fields as needed and click Save Connection

Delete an Existing Connection

  1. Log in to VIPRE Email Archiving
  2. Navigate to Adv Configure > SSO OAuth
  3. Under Existing Connections, select Delete Connection

Authorization URL, Access Token URL, and User Detail URL should be specified for Enterprise applications and can be left blank for Standard applications. If left blank, the default values will be used.

Authorization URL: https://login.microsoftonline.com/common/oauth2/v2.0/authorize
Access Token URL: https://login.microsoftonline.com/common/oauth2/v2.0/token
User Detail URL: https://graph.microsoft.com/v1.0/me