mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Set logged-out view as failure_path for saml
This commit is contained in:
parent
4fd29a4e95
commit
8a1123ab1a
1 changed files with 1 additions and 0 deletions
|
@ -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' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue