dynamic / silverstripe-foxy-single-sign-on
A skeleton for SilverStripe modules.
Installs: 1 349
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 3
Open Issues: 1
Type:silverstripe-vendormodule
Requires
Requires (Dev)
- pdepend/pdepend: ^2.5
- phploc/phploc: ^4.0
- phpmd/phpmd: ^2.6
- phpunit/phpunit: ^5.7
- sebastian/phpcpd: ^3.0
- squizlabs/php_codesniffer: ^3.0
- theseer/phpdox: ^0.11.0
This package is auto-updated.
Last update: 2024-10-18 23:14:21 UTC
README
An add-on module for SilverStripe Foxy that allows single sign on with your Foxy shop.
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
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