mirror of
https://github.com/bitwarden/server
synced 2026-01-04 09:33:40 +00:00
GlobalSettings SSO cache timeout setting in sec (#906)
* GlobalSettings SSO cache timeout setting in sec * Rename cache duration/lifetime property
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user