diff --git a/src/Core/GlobalSettings.cs b/src/Core/GlobalSettings.cs index 69612b09e9..b9442e6446 100644 --- a/src/Core/GlobalSettings.cs +++ b/src/Core/GlobalSettings.cs @@ -278,6 +278,7 @@ namespace Bit.Core public class SsoSettings { + public int CacheLifetimeInSeconds { get; set; } = 60; public virtual SamlSettings Saml { get; set; } = new SamlSettings(); public class SamlSettings