Member since
07-13-2022
6
Posts
0
Kudos Received
0
Solutions
10-13-2022
05:38 AM
I have been using ConsumeIMAP for data ingestion from emails, from the first of October 2022, NiFi cannot authenticate with basic authentification in Office365. Is there any solution with modern authentification like OAUTH? Thanks inadvance for your support. Hashem
... View more
Labels:
- Labels:
-
Apache NiFi
08-16-2022
10:23 AM
Three attributes: Accept, Authorization, US-Customer-Api-Key I added manually inside the processor InvokeHTTP. Responce:
... View more
08-16-2022
09:55 AM
The API works well in Postman, I got the responce with a json data. Get: https://service3.ultipro.ca/personnel/v1/person-details Headers in Postman are: Accept: */* Accept-Encoding: gzip, deflate, br Authorization: basic ****************************************** US-Customer-Api-Key: ***** Content-Type: application/json; charset=utf-8 Now in NiFi: Generate Flow File: Mime Type: application/json Character Set: UTF-8 InvokeHTTP: GET https://service3.ultipro.ca/personnel/v1/person-details Content-Type: ${mime.type} Accept Accept:application/json Authorization Authorization:basic ******************************** US-Customer-Api-Key US-Customer-Api-Key:***** Responce is: 404 Not Found May someone help me please? Appreciated.
... View more
Labels:
- Labels:
-
Apache NiFi
07-20-2022
11:43 AM
Hello, I have a json flow file as follows: I used: EvaluateJsonPath: But the result is: < Empty string set> Thanks for your help and guide.
... View more
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 https://www.bleepingcomputer.com/news/microsoft/microsoft-warns-exchange-online-basic-auth-will-be-disabled/ Thanks for your supports.
... View more
Labels:
- Labels:
-
Apache NiFi