Commit 063e7a55 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Config bjyauthorize nécessaire

parent 8e6b2606
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3,6 +3,13 @@
namespace UnicaenOauth;

return [
    'bjyauthorize' => [
        'guards' => [
            'BjyAuthorize\Guard\Controller' => [
                ['controller' => 'ZF\OAuth2\Controller\Auth', 'roles' => []],
            ],
        ],
    ],
    'router' => [
        'routes' => [
            'login-cas' => [