ajshort/silverstripe-salesforce-auth

此包已被弃用,不再维护。作者建议使用silverstripe-australia/salesforce-auth包。

提供使用Salesforce OAuth API进行认证

安装: 14

依赖: 0

建议者: 0

安全: 0

星星: 3

观察者: 6

分支: 1

类型: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

重要

此模块不再活跃维护,但如果你有兴趣采用它,请告诉我们!

SilverStripe Salesforce Authentication Module

此模块提供了一个使用Salesforce OAuth认证服务的认证器。

安装

  • 在Salesforce控制面板的创建/应用部分创建一个启用OAuth的外部应用。
  • 设置回调URL为https://<your-site>/salesforce-auth/callback,确保你使用HTTPS方案。
  • 配置SalesforceAuth服务,例如使用以下配置文件。
Injector:
  SalesforceAuth:
    constructor:
      - '<client_id>'
      - '<client_secret>'