1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 00:52:49 -05:00

[AC-2928] Create automatic app login policy (#4562)

* Create automatic app login policy

* IDP Auto Submit Feature Flag (#4564)

---------

Co-authored-by: Cesar Gonzalez <cgonzalez@bitwarden.com>
This commit is contained in:
Kyle Spearrin
2024-08-14 10:44:22 -04:00
committed by GitHub
parent 613429d176
commit db4ff79c91
2 changed files with 2 additions and 0 deletions

View File

@ -14,4 +14,5 @@ public enum PolicyType : byte
MaximumVaultTimeout = 9,
DisablePersonalVaultExport = 10,
ActivateAutofill = 11,
AutomaticAppLogIn = 12,
}