space48 / magento2-sso
SAML based single sign-on integration for Magento 2 backend.
Installs: 17 811
Dependents: 0
Suggesters: 0
Security: 0
Stars: 18
Watchers: 8
Forks: 6
Open Issues: 2
Requires
- magento/framework: >=102.0.7 <104.0.0
- magento/module-authorization: ^100.3.6
- magento/module-backend: >=101.0.7 <103.0.0
- magento/module-config: ^101.0.7
- magento/module-integration: ^100.3.6
- magento/module-security: ^100.3.6
- magento/module-store: ^101.0.7
- magento/module-user: ^101.1.7
- onelogin/php-saml: ^4.0
README
This Magento 2 extension allows store administrators to log in to their Magento backend account using a SAML compatible Single Sign-on identity provider, such as Auth0, OneLogin or Amazon SSO.
Installation
The recommended way to install this extension is via composer:
composer require space48/magento2-sso
If you are unable to use composer, you can install the extension manually by downloading the package zip file from the Releases page and extracting it to app/code/Space48/SSO
.
Configuration
The extension functionality is disabled by default.
To enable it and configure your Identity Provider, visit the Stores > Configuration > Advanced > Admin > Single Sign-on
section in the Magento backend.