Skip to content
Snippets Groups Projects
Commit f94eeba4 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Recopie de la factory de 'BjyAuthorize\Config' dans la config, indispensable...

Recopie de la factory de 'BjyAuthorize\Config' dans la config, indispensable car BjyAuthorize est désactivé en mode CLI
parent 398f8d51
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment