PHPackages                             magefox/sso-integration - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. magefox/sso-integration

ActiveMagento2-module[Authentication &amp; Authorization](/categories/authentication)

magefox/sso-integration
=======================

A Magento 2 SSO Integration module.

1.0.1(7y ago)17299MITPHP

Since Jul 1Pushed 7y ago2 watchersCompare

[ Source](https://github.com/magefox/sso-integration)[ Packagist](https://packagist.org/packages/magefox/sso-integration)[ RSS](/packages/magefox-sso-integration/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (9)Versions (4)Used By (0)

Magento 2 SSO Integration
=========================

[](#magento-2-sso-integration)

[![Join the chat at https://gitter.im/magefox/sso-integration](https://camo.githubusercontent.com/2c4540310f37bed06eef10a245ddec961dea75e1f831c24c8358424bafb2def2/68747470733a2f2f6261646765732e6769747465722e696d2f6d616765666f782f73736f2d696e746567726174696f6e2e737667)](https://gitter.im/magefox/sso-integration?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[![Build Status](https://camo.githubusercontent.com/3ab67fe41a93e60b6d99d93f133d740e9461c214f12d19d314b32a92723e0240/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d616765666f782f73736f2d696e746567726174696f6e2e7376673f7374796c653d666c6174)](https://travis-ci.org/magefox/sso-integration)[![Latest Stable Version](https://camo.githubusercontent.com/afc098a62d61734b927fa76b857c1a7fea214737c732838ac2538c98664bcf7a/68747470733a2f2f706f7365722e707567782e6f72672f6d616765666f782f73736f2d696e746567726174696f6e2f762f737461626c65)](https://packagist.org/packages/magefox/sso-integration)[![Total Downloads](https://camo.githubusercontent.com/7511ff2475bd0699cb3149625351bd2650af295a6db8f65f981a9f34f2b65dff/68747470733a2f2f706f7365722e707567782e6f72672f6d616765666f782f73736f2d696e746567726174696f6e2f646f776e6c6f616473)](https://packagist.org/packages/magefox/sso-integration)[![Software License](https://camo.githubusercontent.com/874fbb7a34aec56470b631f1d330a7a846ad7ee804612186daebb08ccaafd48d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c2d677265656e2e7376673f7374796c653d666c6174)](http://opensource.org/licenses/gpl-2.0.php)

Description
-----------

[](#description)

Single Sign On (SSO) Integrations which includes [Auth0](https://auth0.com), SAML2 protocol(Coming Soon) enable the use of external services for single sign-on.

Features
--------

[](#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](https://auth0.com), SAML2 Protocol (Coming soon)

### Auth0

[](#auth0)

- Use auth0-lock js framework to login.
- Command line to sync existed customers to Auth0 service.

```
bin/magento sso:auth0:sync

```

Installation
------------

[](#installation)

### Manual (without composer)

[](#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

[](#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

[](#cleaning)

- Upgrade Magento setup

```
php bin/magento setup:upgrade

```

- Clear cache

```
php bin/magento cache:flush

```

Settings
--------

[](#settings)

The Settings of the extension are available at Stores &gt; 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](https://auth0.com)).
- And another options depend your provider you selected.

Release Notes
-------------

[](#release-notes)

### 1.0.0

[](#100)

- Initial version.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 56.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

2

Last Release

2918d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10279050?v=4)[Magefox Team](/maintainers/magefox)[@magefox](https://github.com/magefox)

---

Top Contributors

[![magefox](https://avatars.githubusercontent.com/u/10279050?v=4)](https://github.com/magefox "magefox (21 commits)")[![vanthinh87](https://avatars.githubusercontent.com/u/16696055?v=4)](https://github.com/vanthinh87 "vanthinh87 (16 commits)")

---

Tags

magentomagento-extensionmagento-modulemagento2magento2-extensionmagento2-extension-freemagento2-modulemagento2-module-freesingle-sign-onsso

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/magefox-sso-integration/health.svg)

```
[![Health](https://phpackages.com/badges/magefox-sso-integration/health.svg)](https://phpackages.com/packages/magefox-sso-integration)
```

###  Alternatives

[google/auth

Google Auth Library for PHP

1.4k286.7M205](/packages/google-auth)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.8M212](/packages/simplesamlphp-simplesamlphp)[stevenmaguire/oauth2-keycloak

Keycloak OAuth 2.0 Client Provider for The PHP League OAuth2-Client

2276.2M36](/packages/stevenmaguire-oauth2-keycloak)[robsontenorio/laravel-keycloak-guard

🔑 Simple Keycloak Guard for Laravel

5181.1M3](/packages/robsontenorio-laravel-keycloak-guard)[ellaisys/aws-cognito

AWS Cognito package that allows Auth and other related features using the AWS SDK for PHP

121242.9k1](/packages/ellaisys-aws-cognito)[microsoft/kiota-authentication-phpleague

Authentication provider for Kiota using the PHP League OAuth 2.0 client to authenticate against the Microsoft Identity platform

153.8M9](/packages/microsoft-kiota-authentication-phpleague)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
