mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:17:35 +00:00
fix: user session with external login (#797)
* fix: user session with external login * fix: tests * fix: tests * fix: change idp config name
This commit is contained in:
@@ -53,10 +53,11 @@ type OTPConfig struct {
|
||||
}
|
||||
|
||||
type VerificationLifetimes struct {
|
||||
PasswordCheck types.Duration
|
||||
MfaInitSkip types.Duration
|
||||
MfaSoftwareCheck types.Duration
|
||||
MfaHardwareCheck types.Duration
|
||||
PasswordCheck types.Duration
|
||||
ExternalLoginCheck types.Duration
|
||||
MfaInitSkip types.Duration
|
||||
MfaSoftwareCheck types.Duration
|
||||
MfaHardwareCheck types.Duration
|
||||
}
|
||||
|
||||
type DefaultPolicies struct {
|
||||
|
Reference in New Issue
Block a user