Created 07-13-2022 12:22 PM
Hello,
I know that there are processors such as CosumIMAP and ConsumPOP3 which can receive email by NiFi. These processors need to provide password.
Is there another Processor which utilise Office 365 Oath2 authentification?
Considering these two links which show using IMAP will be expired ....
https://docs.microsoft.com/en-us/lifecycle/announcements/exchange-online-basic-auth-deprecated
Thanks for your supports.
Created 07-14-2022 06:44 AM
@Hashem1980
Neither the ConsumeIMAP or ConsumePOP3 NiFi processors support Oauth2 for authentication.
NiFi does have an StandardOauth2AccessTokenProvider controller service. I would recommend opening an Apache NiFi Jira asking to have Oauth2 via this existing controller service integrated in to these processors. As an open source project contribution are always welcome.
If you found this response assisted with your query, please take a moment to login and click on "Accept as Solution" below this post.
Thank you,
Matt
Created 07-14-2022 06:44 AM
@Hashem1980
Neither the ConsumeIMAP or ConsumePOP3 NiFi processors support Oauth2 for authentication.
NiFi does have an StandardOauth2AccessTokenProvider controller service. I would recommend opening an Apache NiFi Jira asking to have Oauth2 via this existing controller service integrated in to these processors. As an open source project contribution are always welcome.
If you found this response assisted with your query, please take a moment to login and click on "Accept as Solution" below this post.
Thank you,
Matt
Created 07-20-2022 11:40 AM
thanks a lot!