ajshort/silverstripe-salesforce-auth

This package is abandoned and no longer maintained. The author suggests using the silverstripe-australia/salesforce-auth package instead.

Provides authentication using the Salesforce OAuth API

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 6

Forks: 1

Type:silverstripe-module

1.0.1 2017-06-29 06:26 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:27:43 UTC


README

IMPORTANT

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

SilverStripe Salesforce Authentication Module

This module provides an authenticator which uses the Salesforce OAuth authentication service.

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>'