Skip to content
Snippets Groups Projects
Commit a34d8479 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 #9962 passed
......@@ -3,6 +3,13 @@
namespace UnicaenOauth;
return [
'bjyauthorize' => [
'guards' => [
'BjyAuthorize\Guard\Controller' => [
['controller' => 'ZF\OAuth2\Controller\Auth', 'roles' => []],
],
],
],
'router' => [
'routes' => [
'login-cas' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment