Customers will need to do the following to
set up their environment to work with the viewLinc OAuth2 implementation.
-
Navigate to your Azure Active Directory.
-
Under the Add drop-down, select App
registration. Name the new application
viewlinc-es
.
-
Select the supported account types associated with your organization. The default
will be Single tenant.
| Do not add a Redirect URI. |
-
Click on Register to complete the registration.
-
Once the application is created, create a Client secret as
follows:
-
Under Manage, select Certificates &
secrets.
-
Select New client secret and add a description.
| Your secret will
have an expiry date. Set a reminder to renew your secret for when it expires. Once
your secret expires viewLinc email notifications will stop working. |
-
Copy your Secret Value after you have created it.
| Your secret will only be visible right after you create it. You may want to save
it to a notepad as you will need to enter it in viewLinc in the next
procedure. |
-
Add API permissions as follows:
-
Under Manage, select API
permissions.
-
Select Add a permission and select Microsoft
Graph.
-
Select Application permissions then search and add
Mail.ReadWrite and Mail.Send.
| Write access is required to mark emails as read. |
-
Ensure you click on Grant admin consent, found next to
Add a permission, for the selected permissions. Click
Yes.