Dear BP Community,
I have got some robotic accounts created like robot1@mycompany.com, robot2@mycompany.com etc.
Each such account has accesses to different SharePoint/Teams folders and mailboxes.
I would like to use MS Graph API to read/write files on Teams and read/send emails by these robotic users..
- APP Registration - before using BP Connectors related to Microsoft Graph API, it is required to register an app in Azure Active Directory.
Question1 -->What type and value should be selected in Redirect URI (optional) settings:
Web or Public client and what URI to work with BP connectors?
- App Permissions
Question2 --> In the described setup - is it enough to set only “Delegated permissions” for the app and then use the permissions of the particular robotic account to handle files and emails?
Thank you in advance for your support!