...
Changes in apps.properties file
- Go to …<ConnectPortalInstallFolder>\resources_config location.
- Open apps.properties file.
Replace the details for Microsoft SharePoint by the details given below:
microsoftsharepoint.oauthVersion=2.0 microsoftsharepoint.oauth20.authorize={baseUrl}/_layouts/15/OAuthAuthorize.aspx microsoftsharepoint.oauth20.accessToken=https://accounts.accesscontrol.windows.net/{realmId}/tokens/OAuth/2 microsoftsharepoint.scope=Site.Manage List.Manage Web.Manage Web.Write AllSites.Manage AllProfiles.Manage microsoftsharepoint.AccessTokenValueMap=resource$00000003-0000-0ff1-ce00-000000000000/{domain}.sharepoint.com@{realmId}config location.Code Block Take backup of apps.properties file from the above-mentioned location. (remove the prerequisites step for backup)
- Go to the downloaded Adeptia Connect zip folder and copy the apps.properties file.
- Replace the existing file with the copied file at the following location: …<ConnectPortalInstallFolder>\resources_config.
- Open apps.properties file.
Explain the new changes.If there were any other changes in the old file, you have to do the same changes manually in the updated apps.properties file.
Tip For older changes, refer to the old apps.properties file that you had saved as a backup. - Save the file.
Once the post installation steps are done, start the Connect Portal.
...