An add-on module for SilverStripe Foxy that allows single sign on with your Foxy shop.
composer require dynamic/silverstripe-foxy-single-sign-on ^1.0
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
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
.
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.
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:
Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.
If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.
See License
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem