We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2029d25 commit 0293849Copy full SHA for 0293849
1 file changed
modules/core/routing/routes/routes.yml
@@ -6,7 +6,7 @@ core-account-disco-clearchoices:
6
defaults: { _controller: 'SimpleSAML\Module\core\Controller\Login::cleardiscochoices' }
7
core-legacy-login:
8
path: /login/{as}
9
- defaults: { _controller: 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController::urlRedirectAction', path: /module.php/saml/sp/login/{as}, permanent: true }
+ defaults: { _controller: 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController::urlRedirectAction', path: /module.php/saml/sp/login/, permanent: true }
10
core-loginuserpass:
11
path: /loginuserpass
12
defaults: { _controller: 'SimpleSAML\Module\core\Controller\Login::loginuserpass' }
0 commit comments