Skip to content

Instantly share code, notes, and snippets.

@wabson
Created October 28, 2013 10:01
Show Gist options
  • Save wabson/7194209 to your computer and use it in GitHub Desktop.
Save wabson/7194209 to your computer and use it in GitHub Desktop.
<alfresco-config>
<config evaluator="string-compare" condition="Remote">
<remote>
<endpoint>
<id>chatter-api</id>
<name>Chatter REST API</name>
<connector-id>oauth2-header</connector-id>
<endpoint-url>https://alfresco.my.salesforce.com</endpoint-url>
<client-id>3MVG9rFJvQRVOvk5W_CrNgQGmoMhFjPC9PwFpIjLhSg7NbTgFtylPj3On557sgBstlxXsG.Xr2wQqfNkdMfKy</client-id>
<client-secret>914216775528343297</client-secret>
<access-token-url>https://alfresco.my.salesforce.com/services/oauth2/token</access-token-url>
</endpoint>
<endpoint>
<id>chatter-content</id>
<name>Chatter Content</name>
<connector-id>chatter-content</connector-id>
<endpoint-url>https://alfresco--c.eu1.content.force.com</endpoint-url>
</endpoint>
<endpoint>
<id>chatter-auth</id>
<name>Chatter Authorization Endpoint</name>
<endpoint-url>https://alfresco.my.salesforce.com/services/oauth2/authorize</endpoint-url>
<connector-id>http</connector-id>
</endpoint>
<endpoint>
<id>chatter-web</id>
<name>Chatter Web Endpoint</name>
<endpoint-url>https://alfresco.my.salesforce.com</endpoint-url>
<connector-id>http</connector-id>
</endpoint>
</remote>
</config>
</alfresco-config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment