Windows Registry Editor Version 5.00

; ============================================================================
; Cybelia Cloud — Force Outlook 365 to accept Basic Auth for Exchange/EWS
; ============================================================================
; Microsoft a déprécié Basic Auth pour Exchange Online en oct. 2022 et Outlook
; récent (2024+) ignore les configs Autodiscover qui annoncent <AuthPackage>Basic</AuthPackage>.
;
; Cette regkey force Outlook à accepter Basic Auth pour le serveur Cybelia Cloud,
; permettant la connexion EWS complète (mail + calendrier + contacts).
;
; Usage : double-cliquer le fichier sur le PC de l'utilisateur, redémarrer Outlook.
; Compatible Outlook 2016, 2019, 2021, et Microsoft 365 (Office 16.0).
; ============================================================================

[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\AutoDiscover]
"AllowBasicAuth"=dword:00000001
"ExcludeHttpsAutoDiscoverDomain"=dword:00000000
"ExcludeHttpsRootDomain"=dword:00000000
"ExcludeScpLookup"=dword:00000001
"ExcludeSrvRecord"=dword:00000000
"ExcludeExplicitO365Endpoint"=dword:00000001
"ExcludeHttpRedirect"=dword:00000000
"PreferLocalXML"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Exchange]
"AlwaysUseMSOAuthForAutoDiscover"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Security]
"EnableADAL"=dword:00000000
