Azure provider template hardcodes commercial endpoint and does not support sovereign Microsoft clouds. #123
Chipotle-Lab
started this conversation in
Ideas and feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Make IMAP host configurable instead of hardcoded, to support sovereign Microsoft clouds (GCC High, DoD, etc.).
Title
Azure (Microsoft 365) provider hardcodes outlook.office365.com — cannot use sovereign cloud endpoints
Environment
Description
The Microsoft 365 (Azure) provider template currently hardcodes the IMAP host to:
outlook.office365.comWhen clicking Diagnose, the plugin automatically repopulates the server host with .com.
If the admin changes it to:
outlook.office365.usthe change does not persist and is overwritten.
Expected Behavior
The IMAP host should be:
Why This Matters
Microsoft operates multiple sovereign clouds:
Hardcoding the commercial endpoint prevents OAuth IMAP usage in sovereign cloud environments.
Suggested Improvement
Allow the Azure provider template to:
Location of Hardcoded Host
/marketplace/oauthimap/inc/provider/azure.class.phpBeta Was this translation helpful? Give feedback.
All reactions