2017 © Pedro Peláez
 

silverstripe-module silverstripe-salesforce-auth

Provides authentication using the Salesforce OAuth API

image

ajshort/silverstripe-salesforce-auth

Provides authentication using the Salesforce OAuth API

  • Thursday, November 27, 2014
  • by ajshort
  • Repository
  • 0 Watchers
  • 0 Stars
  • 2 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 100 % Grown

The README.md

IMPORTANT

This module is no longer actively maintained, however, if you're interested in adopting it, please let us know!, (*1)

SilverStripe Salesforce Authentication Module

This module provides an authenticator which uses the Salesforce OAuth authentication service., (*2)

Installation

  • Create an OAuth enabled external application in the Salesforce control panel through the Create / Apps section.
  • Set the Callback URL to https://<your-site>/salesforce-auth/callback, ensuring you use a HTTPS scheme.
  • Configure the SalesforceAuth service, for example using the configuration file show below.
Injector:
  SalesforceAuth:
    constructor:
      - '<client_id>'
      - '<client_secret>'

The Versions

27/11 2014

dev-master

9999999-dev

Provides authentication using the Salesforce OAuth API

  Sources   Download

BSD-3-Clause

The Requires

 

by Andrew Short

authentication silverstripe salesforce