-
-
Notifications
You must be signed in to change notification settings - Fork 10
3.1 OAuth2 Users
If you've got 2FA authentication then there is a possibility of your provider supporting OAuth2 authentication.
As of 2023, some providers may ONLY support OAuth2 authentication.
To make things easier (i.e. avoid manual account configuration), you might want to set the preference mailnews.auto_config_url to a value that contains the XML file for your provider. If you're concerned about contacting the Mozilla server, you could set this to some server that you control as long as the XML file for your provider is present.
Gmail now requires JavaScript for authentication. When you add a Gmail account to Thunderbird this option is presented when Thunderbird requests the auto configuration file.
OAuth2 authentication should be used and is preferred to using less secure methods of authentication such as application specific passwords.
-
javascript.enabledmust be set totrue
Once authenticated you can revert this preference to default.
To have OAuth2 working with an Office365 mail account, you will need to modify the following preferences:
-
network.cookie.cookieBehaviorto1(TB-user.js' default =2) -
javascript.enabledtotrue(TB-user.js' default =false)
Once authenticated you can revert these preferences to default.
To make OAuth2 working with a Yahoo mail account, you will need to modify the following preferences:
-
network.cookie.cookieBehaviorto1(TB-user.js' default =2) -
network.http.referer.XOriginPolicyto0(TB-user.js' default =2) -
network.http.sendRefererHeaderto2(TB-user.js' default =0) -
javascript.enabledtotrue(TB-user.js' default =false) - if you want to use the visual captcha,
permissions.default.imageto3(TB-user.js' default =2) - if you rather use the audio captcha,
dom.webaudio.enabledtotrue(TB-user.js' default =false)
Once authenticated you can revert these preferences to default.