diff --git a/config/module.config.php b/config/module.config.php index bdf061af9de56d95f5fe5b1de9fd7a234381b9b4..0d70bf947719ff0404d68689df10c9f75dfa09f7 100644 --- a/config/module.config.php +++ b/config/module.config.php @@ -444,6 +444,7 @@ return [ 'UnicaenAuth\Service\Role' => 'UnicaenAuth\Service\RoleServiceFactory', 'UnicaenAuth\Service\Privilege' => 'UnicaenAuth\Service\PrivilegeServiceFactory', 'BjyAuthorize\Service\Authorize' => 'UnicaenAuth\Service\AuthorizeServiceFactory', // substituion + 'BjyAuthorize\Config' => 'BjyAuthorize\Service\ConfigServiceFactory', // indispensable car BjyAuthorize est désactivé en mode CLI 'zfcuser_redirect_callback' => 'UnicaenAuth\Authentication\RedirectCallbackFactory', // substituion ShibService::class => ShibServiceFactory::class, 'UnicaenAuth\Service\UserContext' => UserContextFactory::class,