Hello all,
When configuring the outlook module (user goes in his profile -> External account -> Outlook -> Enable and login into his Outlook 365 account), we have the following error :
(#APP NAME ON AZURE# ) is not configured as a multi-tenant application. Usage of the /common endpoint is not supported for such applications created after '10/15/2018'. Use a tenant-specific endpoint or configure the application to be multi-tenant.
This is due to the following line in application/Espo/Modules/Outlook/Resources/metadata/integrations/Outlook.json :
If we replace "common" by the Active Directory Tenant ID, it works well.
However, having to change the value into the application folder will make the change to be erased upon the next Outlook module update.
Would it be possible to add a TextField in the integration setup in the admin section so the Microsoft Tenant ID is stored as a variable in the Database ?
Regards,
Chris
When configuring the outlook module (user goes in his profile -> External account -> Outlook -> Enable and login into his Outlook 365 account), we have the following error :
(#APP NAME ON AZURE# ) is not configured as a multi-tenant application. Usage of the /common endpoint is not supported for such applications created after '10/15/2018'. Use a tenant-specific endpoint or configure the application to be multi-tenant.
This is due to the following line in application/Espo/Modules/Outlook/Resources/metadata/integrations/Outlook.json :
Code:
"endpoint": "https://login.microsoftonline.com/common/oauth2/v2.0/authorize"
However, having to change the value into the application folder will make the change to be erased upon the next Outlook module update.
Would it be possible to add a TextField in the integration setup in the admin section so the Microsoft Tenant ID is stored as a variable in the Database ?
Regards,
Chris
Comment