We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91f36a5 + c0fd3cb commit 083bf6dCopy full SHA for 083bf6d
src/LightSaml/SpBundle/Resources/config/services.yml
@@ -6,7 +6,13 @@ services:
6
LightSaml\SpBundle\Controller\DefaultController:
7
public: true
8
tags: [ 'controller.service_arguments' ]
9
+ calls:
10
+ - [ setContainer, [ "@service_container" ] ]
11
arguments:
12
+ $metadataProfileBuilder: '@ligthsaml.profile.metadata'
13
+ $profileLoginFactory: '@ligthsaml.profile.login_factory'
14
+ $storeContainer: "@lightsaml.container.store"
15
+ $partyContainer: "@lightsaml.container.party"
16
$discoveryRoute: "%lightsaml_sp.route.discovery%"
17
18
lightsaml_sp.username_mapper.simple:
0 commit comments