magefox / sso-integration
A Magento 2 SSO Integration module.
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 18
Watchers: 3
Forks: 9
Open Issues: 0
Type:magento2-module
Requires
- firebase/php-jwt: ^5.0
- magento/module-customer: ^101.0
- simplesamlphp/saml2: ^3.1
Requires (Dev)
- magento/marketplace-eqp: @stable
- phpmd/phpmd: @stable
- phpunit/phpunit: ^6.2
- satooshi/php-coveralls: ^1.1
- sebastian/phpcpd: @stable
- squizlabs/php_codesniffer: @stable
This package is auto-updated.
Last update: 2024-10-29 04:47:48 UTC
README
Description
Single Sign On (SSO) Integrations which includes Auth0, SAML2 protocol(Coming Soon) enable the use of external services for single sign-on.
Features
- 100% open source.
- Easily switch On/Off the Module.
- Supports Single Sign On (IdP and SP initiated)
- Supports Magento Multi-stores.
- Supported 3 party services: Auth0, SAML2 Protocol (Coming soon)
Auth0
- Use auth0-lock js framework to login.
- Command line to sync existed customers to Auth0 service.
bin/magento sso:auth0:sync
Installation
Manual (without composer)
- Download zip file of thelast version of this extension under release tab
- Extract files in the Magento root directory in the folder app/code/Magefox/SSOIntegration
- Enable the extension
php bin/magento --clear-static-content module:enable Magefox_SSOIntegration
- Upgrade Magento setup
php bin/magento setup:upgrade
With Composer
In the Magento root directory
- Install the module
composer require magefox/sso-integration
php bin/magento module:enable Magefox_SSOIntegration
php bin/magento setup:upgrade
Cleaning
- Upgrade Magento setup
php bin/magento setup:upgrade
- Clear cache
php bin/magento cache:flush
Settings
The Settings of the extension are available at Stores > Configuration. At the Magefox tab, the "SSO integration" link.
There you will be able to fill several sections:
- Status. To enable or disable the extension.
- Provider. Select provider Which you will be use (ex: Auth0).
- And another options depend your provider you selected.
Release Notes
1.0.0
- Initial version.