2017 © Pedro Peláez
 

silverstripe-module salesforce-auth

Provides authentication using the Salesforce OAuth API

image

silverstripe-australia/salesforce-auth

Provides authentication using the Salesforce OAuth API

  • Thursday, June 29, 2017
  • by nyeholt
  • Repository
  • 7 Watchers
  • 3 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % 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

29/06 2017

dev-master

9999999-dev

Provides authentication using the Salesforce OAuth API

  Sources   Download

BSD-3-Clause

The Requires

 

by Andrew Short

authentication silverstripe salesforce

29/06 2017

1.0.1

1.0.1.0

Provides authentication using the Salesforce OAuth API

  Sources   Download

BSD-3-Clause

The Requires

 

by Andrew Short

authentication silverstripe salesforce

23/06 2017

1.0.0

1.0.0.0

Provides authentication using the Salesforce OAuth API

  Sources   Download

BSD-3-Clause

The Requires

 

by Andrew Short

authentication silverstripe salesforce