From af22ee7196c6b6ab3523f4f89ade01150d0fc7aa Mon Sep 17 00:00:00 2001 From: MateLaszloToth <37320991+MateLaszloToth@users.noreply.github.com> Date: Sun, 10 Nov 2024 20:25:12 +0100 Subject: [PATCH] IMP update outlook email communication documentation Add a step in the documentation to enable third-party software OATH in Office 365 to make Outlook Oath Authentication a viable authentication option --- .../general/email_communication/azure_oauth.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/applications/general/email_communication/azure_oauth.rst b/content/applications/general/email_communication/azure_oauth.rst index 062ddd316e..71b2271f03 100644 --- a/content/applications/general/email_communication/azure_oauth.rst +++ b/content/applications/general/email_communication/azure_oauth.rst @@ -90,6 +90,16 @@ or group of users that will be sending emails from the :guilabel:`Microsoft acco :guilabel:`Add` the users/groups, click :guilabel:`Select`, and then :guilabel:`Assign` them to the application. + +Enable Third-party software OATH tokens in Office 365 for Outlook OAuth Authentication +-------------------------------------------------------------------------------------- + +To be able to use the :guilabel:`Outlook OAuth Authentication` option you will have to enable the :guilabel:`third-party +software OATH tokens` option in Office 365. + +Go to `Home > Security > Authentication methods` and enable :guilabel:`Third-party software OATH tokens` for +the users who will be sending emails. You might choose All Users. + Create credentials ------------------