Is it safe to use Azure portal for App registration.
So the task I have is about automation and I need to automate email reading and downloading attachments (PDFs etc) which are sent to a particular Outlook mail. And the downloaded PDFs must be uploaded into a particular folder for which I will give the path in the script (for this I wrote python script in VS Code).
​
The main thing is the PDFs we get to the Outlook mail will be purchase orders from vendors and we need to extract data from the PDFs and convert it into Excel file. That's the task and I used Pdfplumber and pandas for the extraction and creating an excel sheet for each particular pdf.
​
The main concern is that is it safe for using this to create and app registration so that I can get the client id for automation of the Outlook mail reading and downloading.