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

Config bjyauthorize nécessaire

parent 8e6b2606
No related branches found
No related tags found
No related merge requests found
Pipeline #9963 passed
...@@ -3,6 +3,13 @@ ...@@ -3,6 +3,13 @@
namespace UnicaenOauth; namespace UnicaenOauth;
return [ return [
'bjyauthorize' => [
'guards' => [
'BjyAuthorize\Guard\Controller' => [
['controller' => 'ZF\OAuth2\Controller\Auth', 'roles' => []],
],
],
],
'router' => [ 'router' => [
'routes' => [ 'routes' => [
'login-cas' => [ 'login-cas' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment