<?xml version="1.0"?>
<component name="org.nuxeo.ecm.liveconnect.box.core.BoxComponent.override">

  <require>org.nuxeo.ecm.liveconnect.box.core.BoxComponent</require>

  <documentation>

    Management of Box configuration.
  

  </documentation>
  <extension point="providers" target="org.nuxeo.ecm.platform.oauth2.providers.OAuth2ServiceProviderRegistry">
    <provider>
      <name>box</name>
      <description>Box</description>
      <class>org.nuxeo.ecm.liveconnect.box.BoxOAuth2ServiceProvider</class>
      <tokenServerURL>https://app.box.com/api/oauth2/token</tokenServerURL>
      <authorizationServerURL>https://app.box.com/api/oauth2/authorize?response_type=code</authorizationServerURL>
      <clientId/>
    </provider>
  </extension>

</component>
