diff --git a/api/src/Auth/Saml.php b/api/src/Auth/Saml.php index 9e77cd7c94..06096be1ce 100644 --- a/api/src/Auth/Saml.php +++ b/api/src/Auth/Saml.php @@ -619,7 +619,8 @@ if (isset(\$_SERVER['HTTP_X_FORWARDED_PROTO']) && \$_SERVER['HTTP_X_FORWARDED_PR } \$config = [ -EOF, +EOF + , "'baseurlpath' => 'simplesaml/'," => "'baseurlpath' => '".Api\Framework::getUrl(Api\Egw::link('/saml/'))."',", "'timezone' => null," => "'timezone' => 'Europe/Berlin',", // ToDo: use default prefs "'secretsalt' => 'defaultsecretsalt'," => "'secretsalt' => '".Api\Auth::randomstring(32)."',",