Microsoft for Microsoft365 instances is deprecating legacy tokens, which will be shut down in the near future. This change may cause compatibility problems with Libraesva Outlook add-ins.
If your Outlook add-ins looks as following pictures:
- ESG
- Email Archiver
How to enable Legacy Tokens
The following steps are required to ensure the functionality of the add-ins.
Proceed with legacy token power activation using PowerShell CLI.
Import-Module ExchangeOnlineManagement
Update-Module -Name ExchangeOnlineManagement
Connect-ExchangeOnline
Set-AuthenticationPolicy –AllowLegacyExchangeTokens -Identity "LegacyExchangeTokens"