Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Your Azure / Office 365 admin will need to provision a new App Registration for GlobalCapture to authenticate to.

  2. Your Azure / Office 365 admin will need to set API permissions appropriately for your organization. The App will need to be configured with privileges to read and edit mail messages from any mailbox that participates in a GlobalCapture. Access to all mailboxes would include:

    EWS.AccessAsUser.All
    full_access_as_app

  3. Your Azure / Office 365 admin will need to provide values for the Client ID (Application ID) and Tenant ID (Directory ID).

  4. Your Azure / Office 365 admin will need to create a client secret and provide the value.

With the 3 data points provided by your Admin in hand, you will need to configure your workflows to authenticate.

Note

To reiterate, you will need:

  • Client ID

  • Tenant ID

  • Client Secret

Note, you can only access the Client Secret value at the time of creation. You will not be able to access the value in the future without previously documenting it yourself.

Import Node Configuration

Customers implementing oAuth will need to ensure they are using the option for Exchange email import. The server address will resemble:

Code Block
https://outlook.office365.com/ews/exchange.asmx

Provide an email address in the User Account field, then ensure the option for oAuth is checked. Provide the Tenant, Client ID, and Client Secret. Account passwords are not applicable to this authentication method.

Click Test to ensure the configuration is correct.

Note

If the test is not successful, please verify the 3 datapoints are correct and the email address provided is valid.

Your Admin will want to review authentication and / or access logs to help identify authentication errors at this stage.

...

Note for existing customers, each workflow performing email import from exchange mailboxes will need to be updated.

Info

Customers who can not or choose not to upgrade GlobalCapture to 2.4.113 or greater can setup mailbox forwarding rules to send messages to a mailbox source that the version of GlobalCapture you are using can authenticate to.

...