Enabling OneDrive integration in KanBo
Table of Contents
Integrating OneDrive with Your KanBo will allow You to use Your documents in Your MySpace.
The whole process of activating the integration is simple. Open the appsettings.json of Your KanBo and add “personal-docsource.graph” to the “plugins” section, like in this example:
{
"type": "package",
"name": "auth-aad",
"client-id": "1b7xxxxx-xxxx-xxxx-xxxx-xxxxxxxx8ff5",
"tenant": "55cxxxxx-xxxx-xxxx-xxxx-xxxxxxxx37ab",
"thumbprint": "C55DF7XXXXXXXXXXXXXXXXXXXXXXXXXXXXX21F44",
"admin-upn": "kanboadmin@contoso.com"
},
"personal-docsource.graph",
{
"type": "package",
"name": "webjobs",
"thumbprint": "C55DF7XXXXXXXXXXXXXXXXXXXXXXXXXXXXX21F44"
},
After saving the appsettings.json restart the KanBo app to apply the changes.
To learn about using the integration, check out the MySpace Documents article.
