File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public function discoveryAction()
35
35
return $ this ->redirect ($ this ->generateUrl ('lightsaml_sp.login ' , ['idp ' => $ parties [0 ]->getEntityID ()]));
36
36
}
37
37
38
- return $ this ->render ('LightSamlSpBundle:: discovery.html.twig ' , [
38
+ return $ this ->render ('@LightSamlSp/ discovery.html.twig ' , [
39
39
'parties ' => $ parties ,
40
40
]);
41
41
}
@@ -60,7 +60,7 @@ public function sessionsAction()
60
60
{
61
61
$ ssoState = $ this ->get ('lightsaml.container.build ' )->getStoreContainer ()->getSsoStateStore ()->get ();
62
62
63
- return $ this ->render ('LightSamlSpBundle:: sessions.html.twig ' , [
63
+ return $ this ->render ('@LightSamlSp/ sessions.html.twig ' , [
64
64
'sessions ' => $ ssoState ->getSsoSessions (),
65
65
]);
66
66
}
Original file line number Diff line number Diff line change 1
1
lightsaml_sp.metadata :
2
2
path : /metadata.xml
3
- defaults : { _controller: LightSamlSpBundle:Default:metadata }
3
+ defaults : { _controller: LightSaml\SpBundle\Controller\DefaultController::metadataAction }
4
4
5
5
lightsaml_sp.discovery :
6
6
path : /discovery
7
- defaults : { _controller: LightSamlSpBundle:Default:discovery }
7
+ defaults : { _controller: LightSaml\SpBundle\Controller\DefaultController::discoveryAction }
8
8
9
9
lightsaml_sp.login :
10
10
path : /login
11
- defaults : { _controller: LightSamlSpBundle:Default:login }
11
+ defaults : { _controller: LightSaml\SpBundle\Controller\DefaultController::loginAction }
12
12
13
13
lightsaml_sp.login_check :
14
14
path : /login_check
15
15
16
16
lightsaml_sp.sessions :
17
17
path : /sessions
18
- defaults : { _controller: LightSamlSpBundle:Default:sessions }
18
+ defaults : { _controller: LightSaml\SpBundle\Controller\DefaultController::sessionsAction }
You can’t perform that action at this time.
0 commit comments