Tests fail with:
[phpunit] 1) AuthGrove\Tests\Models\UsersTest::testTryGetFromExternalSource [phpunit] PDOException: SQLSTATE[HY000] [2002] No such file or directory
Tests fail with:
[phpunit] 1) AuthGrove\Tests\Models\UsersTest::testTryGetFromExternalSource [phpunit] PDOException: SQLSTATE[HY000] [2002] No such file or directory
There is on acquisitariat a ci_authgrove database with the required tables, without any data inside:
mysql> show tables; +------------------------+ | Tables_in_ci_authgrove | +------------------------+ | migrations | | password_resets | | users | | users_external_sources | +------------------------+ 4 rows in set (0.00 sec)
Development moratoire
Per T1771, we're currently considering implementing Keycloak as a reference identity management and SSO login product.
This product exposes a LDAP, OIDC (OpenID Connect) and SAML capabilities to authenticate users and applications. It seems to solve our main problems.
From there, it's not clear what we do with Auth Grove:
While T1771 evaluation is ongoing, a moratoire covers any development activities related to Auth Grove, with the obvious exception of security issues.
This moratoire cover fully or partly this task.