➤ To configure the server settings, the following fields are required.
- Instance Name
- Description
- Client ID
- Tenant ID
- Client Secret
➤ Setup
- Sign in to the Azure Active Directory admin center and log in using a personal account (aka
Microsoft Account) or Work or School Account. - Select Azure Active Directory in the left-hand navigation
- Select New Registration. On the Register an application page set the values.
- Set Name as Demo Connector.
- Set Supported Account Types to Accounts in this organizational directory only.
- Under Redirect URI, set the first drop-down to Web and set the value to http://localhost:8080/login/oauth2/code/.
- On the application overview page, copy the value of the Application (client) ID and save it, you
will need it in the next step. Choose Register. - Navigate to Certificates and Secrets under Manage, then select New Client Secret. Enter a
value in Description and select one of the options for Expires and select Add. - Copy the Value of the new secret before you leave this page. It will never be displayed
again. Save the value for later use. - Navigate to API Permission under Manage > API Permissions > Add a Permission.
- Make sure that the Microsoft APIs tab is selected, then select Microsoft Graph
- Files.ReadWrite
- Files.ReadWrite.All
- Notes.Read
- Notes.Read.All
- Notes.ReadWrite
- Notes.ReadWrite.All
- Sites.FullControl.All
- Sites.Manage.All
- Sites.Read.All
- Sites.ReadWrite.All
- BrowserSiteLists.ReadWrite.All
- Files.ReadWrite.All
- Notes.Read.All
- Notes.ReadWrite.All
- Sites.FullControl.All
- Sites.Manage.All
- Sites.Read.All
- Sites.ReadWrite.All
Following are the delegated client permissions:
Following are the Application Client permissions:
Once all permission added then, Grant Admin consent for those permissions