Set saml config option to use target_path

- Set always_use_default_target_path
- Avoids login redirect loops
This commit is contained in:
Clemente Raposo 2022-09-05 14:56:13 +01:00
parent 6023f81e2a
commit a4dbc76d37

View file

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