File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public function discoveryAction()
3535 return $ this ->redirect ($ this ->generateUrl ('lightsaml_sp.login ' , ['idp ' => $ parties [0 ]->getEntityID ()]));
3636 }
3737
38- return $ this ->render ('LightSamlSpBundle:: discovery.html.twig ' , [
38+ return $ this ->render ('@LightSamlSp/ discovery.html.twig ' , [
3939 'parties ' => $ parties ,
4040 ]);
4141 }
@@ -60,7 +60,7 @@ public function sessionsAction()
6060 {
6161 $ ssoState = $ this ->get ('lightsaml.container.build ' )->getStoreContainer ()->getSsoStateStore ()->get ();
6262
63- return $ this ->render ('LightSamlSpBundle:: sessions.html.twig ' , [
63+ return $ this ->render ('@LightSamlSp/ sessions.html.twig ' , [
6464 'sessions ' => $ ssoState ->getSsoSessions (),
6565 ]);
6666 }
Original file line number Diff line number Diff line change 11lightsaml_sp.metadata :
22 path : /metadata.xml
3- defaults : { _controller: LightSamlSpBundle:Default:metadata }
3+ defaults : { _controller: LightSaml\SpBundle\Controller\DefaultController::metadataAction }
44
55lightsaml_sp.discovery :
66 path : /discovery
7- defaults : { _controller: LightSamlSpBundle:Default:discovery }
7+ defaults : { _controller: LightSaml\SpBundle\Controller\DefaultController::discoveryAction }
88
99lightsaml_sp.login :
1010 path : /login
11- defaults : { _controller: LightSamlSpBundle:Default:login }
11+ defaults : { _controller: LightSaml\SpBundle\Controller\DefaultController::loginAction }
1212
1313lightsaml_sp.login_check :
1414 path : /login_check
1515
1616lightsaml_sp.sessions :
1717 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