dynamic/silverstripe-foxy-single-sign-on

A skeleton for SilverStripe modules.

Installs: 1 278

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 3

Open Issues: 1

Type:silverstripe-vendormodule

1.0.1 2020-03-25 16:25 UTC

This package is auto-updated.

Last update: 2024-03-18 21:37:11 UTC


README

An add-on module for SilverStripe Foxy that allows single sign on with your Foxy shop.

Build Status Scrutinizer Code Quality Build Status codecov

Latest Stable Version Total Downloads Latest Unstable Version License

Requirements

  • SilverStripe ^4.0
  • SilverStripe Foxy API ^1.0

Installation

composer require dynamic/silverstripe-foxy-single-sign-on ^1.0

Configuration

Ensure the authenticator is set to "sha1_v2.4"

SilverStripe\security\Security:
  password_encryption_algorithm: 'sha1_v2.4'

Ensure the Foxy store settings are set to SHA-1, salted (suffix) and enable single sign on is checked

Single sign on url should be set to http://www.example.com/foxysso

Advanced Store Settings

The value for customer password hash config should be 40 as that is the length of the salt in SilverStripe when using sha1_v2.4.

Documentation

Add links into your docs/ folder here unless your module only requires minimal documentation in that case, add here and remove the docs folder. You might use this as a quick table of content if you mhave multiple documentation pages.

Maintainers

Bugtracker

Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.

If the issue does look like a new bug:

  • Create a new issue
  • Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
  • Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules.

Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.

Development and contribution

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.

License

See License