<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: tPOP &amp; Microsoft Basic Authentication Retirement in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306512#M78048</link>
    <description>&lt;P&gt;Hello @Johnie Bristow​&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes that is correct. I'm going to provide a step-by-step guide how to set up Applications / configure them and how to obtain such tokens via a routine. I have the steps, the java code ready just need to finalize the community post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the Microsoft guide:&lt;/P&gt;&lt;P&gt;https://docs.microsoft.com/en-us/exchange/client-developer/legacy-protocols/how-to-authenticate-an-imap-pop-smtp-application-by-using-oauth &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Aug 2022 17:07:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-08-29T17:07:14Z</dc:date>
    <item>
      <title>tPOP &amp; Microsoft Basic Authentication Retirement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306505#M78041</link>
      <description>&lt;P&gt;We have a job that extracts emails from an account using the IMAP format - and then we consume those emails and perform some automated processing. We've been notified that the service accounts we use are accessing their mail accounts via Basic Authentication (User Name &amp;amp; Password) - and Microsoft will be retiring Basic Authentication in October of 2022.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the tPOP component, there are no security options - with the exception of "use SSL" - which we have checked. Thus my assumption is that the component uses Basic Authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any plans to address this - or anyone else who might have a similar issue to extract emails for processing and uses a different approach?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any direction/response. &lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306505#M78041</guid>
      <dc:creator>JBristow</dc:creator>
      <dc:date>2024-11-15T22:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: tPOP &amp; Microsoft Basic Authentication Retirement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306506#M78042</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're aware of the Basic Auth "deprecation". We're planning to include Oauth 2.0 (first for tSendMail component others to follow) as soon as the following feature is available: https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&amp;amp;searchterms=70577 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately the options available today (as far as we understand)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Basic auth is disabled by default but can be enabled&lt;/LI&gt;&lt;LI&gt;Basic auth might stay with us even after october&lt;/LI&gt;&lt;LI&gt;Microsoft expects everyone to use Oauth2&lt;/LI&gt;&lt;LI&gt;Microsoft provides only a few auth flows:&lt;UL&gt;&lt;LI&gt;Graph API would grant access to all the mails and mailboxes within an organization.&lt;/LI&gt;&lt;LI&gt;OAuth2 flows that require 2 step auth (or URL opening, etc) are very good for security but not a feasible option for daemon/ETL&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Introducing the XOauth2.0 protocol effort is tracked by TDI-47369 In case you have access to support feel free to raise a case so you can be notified.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll leave a few links here on which I based this entry:&lt;/P&gt;&lt;P&gt;https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-deprecation-in-exchange-online-may-2022/bc-p/3391016&lt;/P&gt;&lt;P&gt;https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-deprecation-in-exchange-online-may-2022/bc-p/3391016/highlight/true#M33026 &lt;/P&gt;&lt;P&gt;https://eclipse-ee4j.github.io/mail/OAuth2&lt;/P&gt;&lt;P&gt;https://github.com/eclipse-ee4j/mail/issues/461&lt;/P&gt;&lt;P&gt;https://docs.microsoft.com/en-us/azure/active-directory/develop/migrate-adal-msal-java&lt;/P&gt;&lt;P&gt;https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-and-exchange-online-september-2021-update/ba-p/2772210 &lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 07:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306506#M78042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-06T07:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: tPOP &amp; Microsoft Basic Authentication Retirement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306507#M78043</link>
      <description>&lt;P&gt;Thank You! We use tSendMail in a number of jobs, but as to an SMTP without authentication. Not sure if we'll be impacted there. We absolutely will on the tPOP as we perform an IMAP Poll of Inbox emails and pull those down for automated processing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're currently on 7.2.1 - upgrading to 8.0.1 in process. Is it a safe assumption that any "fix" to address this would not be retro-fitted to 7.2.1?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 17:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306507#M78043</guid>
      <dc:creator>JBristow</dc:creator>
      <dc:date>2022-06-10T17:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: tPOP &amp; Microsoft Basic Authentication Retirement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306508#M78044</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;7.2 reaches its end of life this month. There are no patches planned for it after that. As for tSendMail / tPOP: The Oauth2 support will be added for Talend 8.  As soon as there's a workflow we could rely on. We're almost in middle of June and the microsoft feature is still in Development. https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&amp;amp;searchterms=70577 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've created a ticket internally to make sure we'll analyze the other components where this might be required. Such as tPOP.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 17:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306508#M78044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-10T17:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: tPOP &amp; Microsoft Basic Authentication Retirement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306509#M78045</link>
      <description>&lt;P&gt;Bonjour, &lt;/P&gt;&lt;P&gt;Any news on this item ? &lt;/P&gt;&lt;P&gt;Microsoft announced to stop basic authentication by October 1st 2022 !!!&lt;/P&gt;&lt;P&gt;What are the alternative proposed by talend for tSendMail and tPop ? &lt;/P&gt;&lt;P&gt;Is there a cookbook somewhere ?&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Damien&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 09:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306509#M78045</guid>
      <dc:creator>DBLONDEL1643728674</dc:creator>
      <dc:date>2022-08-26T09:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: tPOP &amp; Microsoft Basic Authentication Retirement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306510#M78046</link>
      <description>&lt;P&gt;Talend released the Monthly Studio Patch - R202208 - which has added an "Authentication Mode" option to the component.  I just got this installed yesterday and am working on validation. Basically it looks as though if you're going to switch over to OAuth access - which we are doing - then you'll need to add logic to get your OAuth Access Token - and then in the tPOP you set the mode to "OAUTH2" and provide the User ID and Oauth Access Token instead of User ID and Password.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll be testing this out next week and will update.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 14:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306510#M78046</guid>
      <dc:creator>JBristow</dc:creator>
      <dc:date>2022-08-26T14:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: tPOP &amp; Microsoft Basic Authentication Retirement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306511#M78047</link>
      <description>&lt;P&gt;Hello Damien,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft doesn't offer a non-interactive flow for SMTP protocol. You can see it here: https://docs.microsoft.com/en-us/exchange/client-developer/legacy-protocols/how-to-authenticate-an-imap-pop-smtp-application-by-using-oauth#smtp-protocol-exchange &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For tSendMail / tPOP in the August release we've added OAuth Access token, but the token generation is not included.&lt;/P&gt;&lt;P&gt;We're working on adding the token generation to tPOP, (and backporting the Talend 8 Access token to 7.3) however it won't be for tSendMail as that requires a feature to be implemented by Microsoft itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Balázs&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 16:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306511#M78047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-29T16:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: tPOP &amp; Microsoft Basic Authentication Retirement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306512#M78048</link>
      <description>&lt;P&gt;Hello @Johnie Bristow​&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes that is correct. I'm going to provide a step-by-step guide how to set up Applications / configure them and how to obtain such tokens via a routine. I have the steps, the java code ready just need to finalize the community post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the Microsoft guide:&lt;/P&gt;&lt;P&gt;https://docs.microsoft.com/en-us/exchange/client-developer/legacy-protocols/how-to-authenticate-an-imap-pop-smtp-application-by-using-oauth &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 17:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306512#M78048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-29T17:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: tPOP &amp; Microsoft Basic Authentication Retirement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306513#M78049</link>
      <description>&lt;P&gt;Bonjour @JBristow and @Balazs Gunics​&amp;nbsp;, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you progress ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On my side I am using MS Graph API to get a token ... based on parameter we get from Azure (defining an app : tenant, client ID, Client secret).&lt;/P&gt;&lt;P&gt;Then our system teams associated the email adress to this app ...&lt;/P&gt;&lt;P&gt;we get a token ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, after patching, when we try to implement the tPop with the "OAuth2" option we have error reject "Protocol error. Connection is closed. 10"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Damien&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 20:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306513#M78049</guid>
      <dc:creator>DBLONDEL1643728674</dc:creator>
      <dc:date>2022-09-05T20:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: tPOP &amp; Microsoft Basic Authentication Retirement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306514#M78050</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft went on a different path than Google and their OAuth exchange is in 2 lines instead of 1 line. For this reason there's an extra checkbox under Advanced Settings that needs to be enabled:  Use two line Authentication for OAUth2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Google Gmail doesn't require this, Microsoft Exchange does.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 06:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306514#M78050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-06T06:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: tPOP &amp; Microsoft Basic Authentication Retirement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306515#M78051</link>
      <description>&lt;P&gt;We are just now getting resources to start this. We also have issues with 8.0.1 and cannot go "live" at this time so we are having to re-design our 7.2.1 job to grab the Token and then access the mailbox in customized java code. We'll grab the token via an API call (Microsoft Graph API) with an application key and a secret key - and once we have the access token we'll extract the emails from the INBOX we need. Then when we finally get 8.0.1 working and can go "live" with it - we'll convert the job to use the new tPOP component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Complicated process change as Basic Authentication was easy. lol. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll keep the tread updated once we have it working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 19:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306515#M78051</guid>
      <dc:creator>JBristow</dc:creator>
      <dc:date>2022-09-14T19:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: tPOP &amp; Microsoft Basic Authentication Retirement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306516#M78052</link>
      <description>&lt;P&gt;Did you know that the component is open source so you can take a look how it will look with 8?&lt;/P&gt;&lt;P&gt;https://github.com/Talend/tdi-studio-se/tree/master/main/plugins/org.talend.designer.components.localprovider/components/tPOP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 14:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306516#M78052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-15T14:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: tPOP &amp; Microsoft Basic Authentication Retirement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306517#M78053</link>
      <description>&lt;P&gt;Will these changes be in R2022-09?&lt;/P&gt;&lt;P&gt;If so, do you have a release date ?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 07:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306517#M78053</guid>
      <dc:creator>DOSI_ALKOR</dc:creator>
      <dc:date>2022-09-16T07:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: tPOP &amp; Microsoft Basic Authentication Retirement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306518#M78054</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes these will be included in both 7.3 and 8 releases of September. 7.3 is already released and the component help page is reflecting the new parameters: &lt;/P&gt;&lt;P&gt;https://help.talend.com/r/en-US/7.3/pop/tpop-standard-properties &lt;/P&gt;&lt;P&gt;And the step by step guide for configuring the AD client is also available:&lt;/P&gt;&lt;P&gt;https://help.talend.com/r/en-US/7.3/pop/configuring-an-oauth2-application-for-pop-and-imap &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cloud customers can already download the 7.3 patch from the Downlaod sections of TMC, and the Talend 8 patch will be available in the update page soon: https://update.talend.com/Studio/8/updates/ &lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 10:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306518#M78054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-19T10:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: tPOP &amp; Microsoft Basic Authentication Retirement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306519#M78055</link>
      <description>&lt;P&gt;&lt;B&gt;UPDATE 2023-02-17: Feature request for tSendMail + Exchange Auth: &lt;/B&gt;https://feedbackportal.microsoft.com/feedback/idea/c343ff42-a6ae-ed11-a81b-000d3a0450e3  &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to provide an official update to this question / thread.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft is going to deprecate basic Auth (&lt;A href="https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-deprecation-in-exchange-online-september/ba-p/3609437" alt="https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-deprecation-in-exchange-online-september/ba-p/3609437" target="_blank"&gt;announcement &lt;/A&gt;, &lt;A href="https://feedbackportal.microsoft.com/feedback/idea/0b3cf95d-100c-ed11-a81b-6045bd7d68ae" alt="https://feedbackportal.microsoft.com/feedback/idea/0b3cf95d-100c-ed11-a81b-6045bd7d68ae" target="_blank"&gt;feedback&lt;/A&gt;) in the beginning of this October. This is done as Basic Auth is considered insecure. Talend mail components only support Basic Authentication, and while some providers provide Application passwords this functionality (&lt;A href="https://feedbackportal.microsoft.com/feedback/idea/be71b921-42e7-ec11-a81b-000d3a03dba2" alt="https://feedbackportal.microsoft.com/feedback/idea/be71b921-42e7-ec11-a81b-000d3a03dba2" target="_blank"&gt;feedback/feature request&lt;/A&gt;) is not available for Microsoft.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;U&gt;tSendMail&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Talend jobs and components should be considered a daemon/service like application. For this it’s essential that there’s a non-interactive option for authentication. Microsoft recently made available Client Credential Flow support (&lt;A href="https://techcommunity.microsoft.com/t5/exchange-team-blog/announcing-oauth-2-0-client-credentials-flow-support-for-pop-and/bc-p/3565713" alt="https://techcommunity.microsoft.com/t5/exchange-team-blog/announcing-oauth-2-0-client-credentials-flow-support-for-pop-and/bc-p/3565713" target="_blank"&gt;announcement&lt;/A&gt;) for POP/IMAP. With this functionality it become possible to read e-mails. However in order to send e-mails one would traditionally rely on the SMTP protocol. As of the middle of September 2022 there’s still no support for SMTP with Client Credential flow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This means that starting from October Microsoft will seemingly disable Basic authentication without providing a proper secure solution that can be used from daemon/service like applications.&amp;nbsp;(&lt;A href="https://learn.microsoft.com/en-us/exchange/client-developer/legacy-protocols/how-to-authenticate-an-imap-pop-smtp-application-by-using-oauth#smtp-protocol-exchange" alt="https://learn.microsoft.com/en-us/exchange/client-developer/legacy-protocols/how-to-authenticate-an-imap-pop-smtp-application-by-using-oauth#smtp-protocol-exchange" target="_blank"&gt;No Non-interactive flow for SMTP&lt;/A&gt; , &lt;A href="https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-deprecation-in-exchange-online-may-2022/bc-p/3391016/highlight/true#M33026" alt="https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-deprecation-in-exchange-online-may-2022/bc-p/3391016/highlight/true#M33026" target="_blank"&gt;Confirmation from Microsoft Exchange team member&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The tSendMail component uses SMTP protocol and won't be affected by this change of Microsoft. &lt;/P&gt;&lt;P&gt;&lt;B&gt;UPDATE 2022-10-06: &lt;/B&gt;To our current knowledge there's no non-interactive flow available for the SMTP protocol. This means that the same Microsoft Exchange auth type that is available for tPOP won't work with SendMail hence it wasn't added. In case there'll be a flow that can be used to generate tokens the token can be passed via the OAuth2 auth type as an Access Token. It might be necessary to enable 2 line auth under the Advanced settings. &lt;/P&gt;&lt;P&gt;It is also possible to add more dropdown options to make the token generation easier but these options need to support scheduled task executions where human interaction is not possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;U&gt;tPOP&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The tPOP component uses POP / IMAP and will be impacted. Both of these components got their Authentication options modified and now have Oauth access token available next to the Basic Auth. If a token is presented the component can send/read e-mails. Such token can be generated via routines / external applications. This was introduced with Talend 8 R2022-08 and 7.3.1 R2022-09 releases. This should be a universal solution that can be used with any e-mail provider, and Oauth workflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Due to high demand we’ve also added support for Client Credential Flow in the tPOP component available as Microsoft Exchange auth. This will make the component to negotiate / retrieve an access token using the Microsoft Secure Authentication Library (MSAL). This was/going to be introduced Talend 7.3.1 R2022-09 and 8 R2022-09 releases. The necessary configuration steps can be found here:&amp;nbsp;&amp;nbsp;&lt;A href="https://help.talend.com/r/en-US/8.0/pop/registering-microsoft-azure-application-for-pop-imap" alt="https://help.talend.com/r/en-US/8.0/pop/registering-microsoft-azure-application-for-pop-imap" target="_blank"&gt;https://help.talend.com/r/en-US/8.0/pop/registering-microsoft-azure-application-for-pop-imap&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000WtETZAA3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132086iF18EFEBA7B9731ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000WtETZAA3.png" alt="0695b00000WtETZAA3.png" /&gt;&lt;/span&gt;&lt;B&gt;&lt;U&gt;Debug logs&lt;/U&gt;&lt;/B&gt;&amp;nbsp;(UPDATE 2022-10-18)&lt;/P&gt;&lt;P&gt;Under the Advanced settings you can specify Custom properties. Adding the following entries will generate more logs about the debug steps. This will include the token value generated during the process.&lt;/P&gt;&lt;P&gt;"mail.debug" "true"&lt;/P&gt;&lt;P&gt;"mail.debug.auth" "true" &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this can be accepted as an answer to this question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; Balázs&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 11:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306519#M78055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-19T11:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: tPOP &amp; Microsoft Basic Authentication Retirement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306520#M78056</link>
      <description>&lt;P&gt;Has anyone been able to successfully set up the authentication mode for Microsoft Exchange or OAuth? We have a Talend case open but its been confusing and still isn't working. We were told to create an app registration in Microsoft Azure. Anyone using Microsoft Azure and can assist with your settings?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 18:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306520#M78056</guid>
      <dc:creator>NAndrade1645029267</dc:creator>
      <dc:date>2022-10-17T18:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: tPOP &amp; Microsoft Basic Authentication Retirement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306521#M78057</link>
      <description>&lt;P&gt;Did you follow the official guide? https://help.talend.com/r/en-US/8.0/pop/registering-microsoft-azure-application-for-pop-imap&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 10:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306521#M78057</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-18T10:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: tPOP &amp; Microsoft Basic Authentication Retirement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306522#M78058</link>
      <description>&lt;P&gt;Yes I have followed these instructions. However when running the job in Talend we get an Authenticate failed error. Please see my attached image showing our setting in Talend. Does this look correct? I am still waiting for someone from Talend to assist. &lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 13:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306522#M78058</guid>
      <dc:creator>NAndrade1645029267</dc:creator>
      <dc:date>2022-10-18T13:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: tPOP &amp; Microsoft Basic Authentication Retirement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306523#M78059</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000YBPhXAAX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141078i9CD3ACD6D982FF80/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000YBPhXAAX.png" alt="0695b00000YBPhXAAX.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 13:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306523#M78059</guid>
      <dc:creator>NAndrade1645029267</dc:creator>
      <dc:date>2022-10-18T13:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: tPOP &amp; Microsoft Basic Authentication Retirement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306524#M78060</link>
      <description>&lt;P&gt;This setup looks correct. Did you also do the PowerShell steps? Without that you'll never be able to access the e-mails.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 16:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPOP-Microsoft-Basic-Authentication-Retirement/m-p/2306524#M78060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-18T16:41:31Z</dc:date>
    </item>
  </channel>
</rss>

