Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

receiving Email by NiFI

avatar
Explorer

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

https://www.bleepingcomputer.com/news/microsoft/microsoft-warns-exchange-online-basic-auth-will-be-d...

 

Thanks for your supports.

 

1 ACCEPTED SOLUTION

avatar
Super Mentor

@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

View solution in original post

2 REPLIES 2

avatar
Super Mentor

@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

avatar
Explorer

thanks a lot!