Configuring the config.json File for the Add-In - Microsoft 365 Hyland Outlook Office Add-In - 1.0 - 1.0 - Other - external

Microsoft 365 Hyland Outlook Office Add-In

Platform
Other
Product
Microsoft 365 Hyland Outlook Office Add-In
Release
1.0
License

The config.json file must be configured before using the Microsoft 365 Hyland Outlook Office Add-In.

To configure the config.json file:

  1. Open the hy-app folder located in the installation directory for the Microsoft 365 Hyland Outlook Office Add-In. For example: C:\Program Files\Hyland\M365HOA
  2. Open the config folder.
  3. Open the config.json file in a text editor such as Notepad.
  4. Update the following settings:
    Setting Expected Value
    authority The Hyland IdP URL.
    clientId IdP client ID for the Microsoft 365 Hyland Outlook Office Add-In.
    redirectURL Redirect URL for login. Enter in the format "https://<host name>/<app name>/login" where <host name> is the name of the computer hosting and <app name> is
    scope The allowed scopes in a space-delimited list. Enter "mca evolution openid profile group"
    postLogoutRedirectUrl Redirect URL for logout. Enter in the format "https://<host name>/<app name>/LogoutConfirmation"
    tenant The name of the tenant on the Hyland IdP server. This value is case-sensitive.
    hoisConfig: url The URL where Hyland Office Integration Services (HOIS) are installed.
    origin The root URL where the Microsoft 365 Hyland Outlook Office Add-In is installed.
    Note: Do not include "/virtualdirectory" if it is present in the URL.
  5. Save and close the config.json file.