Edit the widgets-config.xml file for Communities to update the SharePoint Library app
definition and provide the app's client ID and the URL for the Microsoft Office 365 tenant
that the app will connect to.
Procedure
-
Check out and open widgets-config.xml as described in
Using
the widgets-config.xml file for Communities.
-
Search for the app's definition with
defId="SharepointLibrary"
to see the following:
<!--BEGIN SHAREPOINT ONLINE WIDGET DEF-->
<widgetDef defId="SharepointLibrary" modes="view edit fullpage" themes="wpthemeNarrow wpthemeWide wpthemeBanner wpthemeThin" uniqueInstance="true">
<itemSet>
<item name="clientId" value="XXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
<item name="tenant" value="your_organization_url.onmicrosoft.com"/>
</itemSet>
</widgetDef>
<!--END SHAREPOINT ONLINE WIDGET DEF-->
-
Set the
client ID
to the string that you copied for the
application (client) ID in the previous task.
-
Change the value for
tenant
to
your_organization_url.onmicrosoft.com.
-
Save and close the file according to the topic referenced in step 1.
-
Syncronize
your nodes.
-
Restart the Connections Communities application.