mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 01:22:50 -05: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