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
auth
Commits
ed53caad
Commit
ed53caad
authored
Mar 20, 2019
by
Bertrand Gauthier
Browse files
Merge branch 'zf-3.x' of
https://git.unicaen.fr/lib/unicaen/auth
into zf-3.x
parents
6356dbd8
de97da3a
Pipeline
#4078
passed with stage
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/Service/ShibServiceFactory.php
View file @
ed53caad
...
...
@@ -2,15 +2,15 @@
namespace
UnicaenAuth\Service
;
use
Interop\Container\ContainerInterface
;
use
UnicaenAuth\Options\ModuleOptions
;
use
Zend\ServiceManager\ServiceLocatorInterface
;
class
ShibServiceFactory
{
public
function
__invoke
(
ServiceLocato
rInterface
$
sl
)
public
function
__invoke
(
Containe
rInterface
$
container
)
{
/** @var ModuleOptions $moduleOptions */
$moduleOptions
=
$
sl
->
get
(
'unicaen-auth_module_options'
);
$moduleOptions
=
$
container
->
get
(
'unicaen-auth_module_options'
);
$service
=
new
ShibService
();
$service
->
setShibbolethConfig
(
$moduleOptions
->
getShibboleth
());
...
...
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