Release 2.61 (#5990)

This commit is contained in:
Kevin Papst
2026-06-17 07:27:57 +02:00
committed by GitHub
parent 7f716fa2d6
commit f8bc853d2f
14 changed files with 310 additions and 157 deletions

View File

@@ -16,7 +16,7 @@ final class SamlAuthenticationSuccessHandler extends DefaultAuthenticationSucces
{
protected $defaultOptions = [
'always_use_default_target_path' => false,
'default_target_path' => '/',
'default_target_path' => 'homepage',
'login_path' => 'saml_login',
'target_path_parameter' => '_target_path',
'use_referer' => false,