mirror of
https://github.com/bitwarden/server.git
synced 2025-04-14 01:28:14 -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:
parent
055fa4b86f
commit
f15768db62
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user