1.To create an application profile for TeamConnect to use when communicating with Azure Active Directory and SharePoint Online, see: https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-integrating-applications#adding-an-application
2.In the process of creating a new application profile, you will be prompted to specify values which should be entered/selected as follows:
a.For Name, enter any name of your choice to identify the application
b.Under Application type, ensure that the Web app / API option is selected
c.Under Sign-on URL, enter any valid URL. Note: This URL is required to finish setting up the profile but will not be used for any reason by TeamConnect.
1.To add permissions to the application profile used by TeamConnect, and subsequently, grant its use within your Office 365 tenancy, see: https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-integrating-applications#updating-an-application
2.Users must ensure that the Grant Permissions button has been clicked for the DMS Connector to work properly.
1.To supply Azure Active Directory with the credentials required for TeamConnect to securely communicate with it, see: https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-application-manifest
2.Edit the keyCredentials property of your manifest using the following schema:
a."keyCredentials": [
{
"value": "<your value from Extracting .CER File Information>",
"customKeyIdentifier": "<your customKeyIdentifier from Extracting .CER File Information>",
"keyId": "<your keyId from Extracting .CER File Information>",
"type": "AsymmetricX509Cert",
"usage": "Verify"
}
]