Loading config/module.config.php +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,13 @@ namespace UnicaenOauth; return [ 'bjyauthorize' => [ 'guards' => [ 'BjyAuthorize\Guard\Controller' => [ ['controller' => 'ZF\OAuth2\Controller\Auth', 'roles' => []], ], ], ], 'router' => [ 'routes' => [ 'login-cas' => [ Loading Loading
config/module.config.php +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,13 @@ namespace UnicaenOauth; return [ 'bjyauthorize' => [ 'guards' => [ 'BjyAuthorize\Guard\Controller' => [ ['controller' => 'ZF\OAuth2\Controller\Auth', 'roles' => []], ], ], ], 'router' => [ 'routes' => [ 'login-cas' => [ Loading