Set logged-out view as failure_path for saml

This commit is contained in:
Clemente Raposo 2022-09-19 12:55:22 +01:00
parent 4fd29a4e95
commit 8a1123ab1a

View file

@ -193,6 +193,7 @@ return static function (ContainerConfigurator $containerConfig) {
// Use the attribute's friendlyName instead of the name
'check_path' => 'saml_acs',
'login_path' => 'saml_login',
'failure_path' => 'logged-out',
'always_use_default_target_path' => true
],
'logout' => [