mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Set saml config option to use target_path
- Set always_use_default_target_path - Avoids login redirect loops
This commit is contained in:
parent
6023f81e2a
commit
a4dbc76d37
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue