Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
oauth
Commits
063e7a55
Commit
063e7a55
authored
Jun 04, 2021
by
Bertrand Gauthier
Browse files
Config bjyauthorize nécessaire
parent
8e6b2606
Pipeline
#9963
passed with stage
in 18 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
config/module.config.php
View file @
063e7a55
...
...
@@ -3,6 +3,13 @@
namespace
UnicaenOauth
;
return
[
'bjyauthorize'
=>
[
'guards'
=>
[
'BjyAuthorize\Guard\Controller'
=>
[
[
'controller'
=>
'ZF\OAuth2\Controller\Auth'
,
'roles'
=>
[]],
],
],
],
'router'
=>
[
'routes'
=>
[
'login-cas'
=>
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment