January 13, 2026
Adding items to Launch Pad Widget
Learn how to add items via My Apps Content App
The AppManager App package provided to you from Akumina has 2 files that need to be customized for your sites. Unique values that are applicable to your SharePoint Office 365 and Cloud website AppManager must be set. These files are the web.config file that was just extracted from the zip file, and the “Akumina.InterChange.App.app” file.
Example of all changes:
<system.webServer><security>
<requestFiltering>
<requestLimits maxAllowedContentLength="104857600" />
</requestFiltering>
</security>
</system.webServer>
<StartPage>https://akuminaqa.azurewebsites.net/?{StandardTokens}</StartPage>
Changing the ClientIdChange the ClientId to the value that is saved in “MyNotes.txt” in our example the value will be changed to: b3824b0d-cffb-48c9-a006-508c7eda60f6
Below is the updated file with the redirect and Client ID values highlighted: