JBoss.orgCommunity Documentation

Configuration

Configure the profile-configuration.xml file as shown below:



<component>
  <key>org.exoplatform.ks.common.user.ContactProvider</key>
  <type>org.exoplatform.ks.common.user.DefaultContactProvider</type>
  <!--<type>org.exoplatform.ks.ext.common.SocialContactProvider</type> -->
</component>

When eXo Knowledge is integrated in eXo Platform and if you want to use ProfileProvider from eXo Social, you need to change "type" org.exoplatform.ks.common.user.DefaultContactProvider into org.exoplatform.ks.ext.common.SocialContactProvider.