https://github.com/dynamic/silverstripe-foxy-single-sign-on
https://github.com/dynamic/silverstripe-foxy-single-sign-on
foxycart hacktoberfest silverstripe
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dynamic/silverstripe-foxy-single-sign-on
- Owner: dynamic
- License: bsd-3-clause
- Created: 2019-06-27T03:35:57.000Z (about 6 years ago)
- Default Branch: 1.0
- Last Pushed: 2022-01-18T17:03:25.000Z (over 3 years ago)
- Last Synced: 2024-12-07T22:38:21.275Z (7 months ago)
- Topics: foxycart, hacktoberfest, silverstripe
- Language: PHP
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# SilverStripe Foxy Single Sign On
An add-on module for SilverStripe Foxy that allows single sign on with your Foxy shop.
[](https://travis-ci.org/dynamic/silverstripe-foxy-single-sign-on)
[](https://scrutinizer-ci.com/g/dynamic/silverstripe-foxy-single-sign-on/?branch=master)
[](https://scrutinizer-ci.com/g/dynamic/silverstripe-foxy-single-sign-on/build-status/master)
[](https://codecov.io/gh/dynamic/silverstripe-foxy-single-sign-on)[](https://packagist.org/packages/dynamic/silverstripe-foxy-single-sign-on)
[](https://packagist.org/packages/dynamic/silverstripe-foxy-single-sign-on)
[](https://packagist.org/packages/dynamic/silverstripe-foxy-single-sign-on)
[](https://packagist.org/packages/dynamic/silverstripe-foxy-single-sign-on)## 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"**
```yml
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](https://admin.foxycart.com/admin.php?ThisAction=EditAdvancedFeatures)
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
* [Documentation readme](docs/en/readme.md)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
* [Dynamic](https://www.dynamicagency.com) ()
## 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](license.md)