Enable legacy Exchange Online tokens
You wish to continue to use legacy tokens in Exchange Online because you need more time to upgrade the Signature 365 add-in.
- Open PowerShell on your device
- Run the following cmdlet and sign in with your Microsoft 365 administrator credentials:
Connect-ExchangeOnline - Run the following cmdlet to enable legacy tokens:
Set-AuthenticationPolicy –AllowLegacyExchangeTokens -Identity "LegacyExchangeTokens"
The command will return "Success"
You can confirm this has been successfully completed by running the following cmdlet:
Get-AuthenticationPolicy -AllowLegacyExchangeTokens
This cmdlet will return the following if successful:
AllowLegacyExchangeTokens: True
For more information on enabling and disabling Exchange Online legacy tokens, see the following Microsoft article:
Turn legacy Exchange Online tokens on or off - Office Add-ins | Microsoft Learn
Deployment and configuration
Guides for deploying Signature 365 client-side signatures, configuring Outlook behavior, and managing related installation requirements.
How Outlook client-side signatures work
Learn how Signature 365 client-side signatures are enabled and inserted in Outlook when the add-in is installed.