Configure app within M365 Account - User Based (not recommended)
Using Office 365 SharePoint as a docuflow repository you will need to ensure that the Enterprise Connector is configured and able to connect to the Microsoft graph API. You must create an enterprise application via the Microsoft Azure portal to complete this procedure. This will require an account with appropriate level of permissions to grant correct access rights to a user (connector user) using the graph API when inside the azure portal.
You can either self-grant access or have an admin grant access to the graph API and its corresponding access rules inside the azure portal if and only if that user has authority to grant access to those rules.
The following steps below outline this process:
I. Visit https://portal.azure.com and login with appropriate credentials.
II. Click on Azure Active Directory
III. Under Manage select
IV. Click on
V. Type in an appropriate name for application.
VI. Click Register
VII. Under manage click on manifest, and look for "allowPublicClient", ensure this is set to True, for example '"allowPublicClient":true,' and then click save.
VIII. Click on API permissions under manage, and click on add a permission. Click on Microsoft graph, then click on application permissions. Select all options as per your organizations security policies, but allow Sites.ReadWrite.All at a minimum.
IX. Click on owners, and add owners for all accounts that will use the connector. (optional)
X. Log in under an account with admin permissions and grant consent to the previous API rules, the button is located in the screenshot below.
XI. Under app registrations click on endpoints and note down your oauth 2.0 token endpoint url. You will need this url later for base configuration of the connector detailed in the step Base docuflow Enterprise Connector Configuration - docuflow ECM only.
XII. Click on overview, and note down the application id, located in the below screenshot. Note down the application id, along with the username, email and password and OAuth 2.0 Token Endpoint URL for base configuration of the connector detailed in the step Base docuflow Enterprise Connector Configuration - docuflow ECM only.