Search
Welcome to M-Files Empower – our new support experience. We'd love to hear what you think!Give feedback

Last updated on 28 December 2021

Admin
M-Files for Microsoft Teams

Overview

When configuring the M-Files for Teams add-in in an on-premises installation of M-Files, there is a step where the valid M-Files domain is added to the manifest.json file.
It is possible to add multiple domains.
 

Solution

Say you have multiple servers with a country-specific domain:
Server1 : https://website1.country.com
Server2: https://website2.country.com
Server3: https://website1.country2.com

The following configuration would cover them all (and would allow more websites per country, if needed):
"validDomains": [
"*.country.com",
"*.country2.com"
],
 

Still need help?

On this page