mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:37:30 +00:00
feat: Login verification lifetimes (#3190)
* feat: add login check lifetimes to login policy * feat: org features test * feat: read lifetimes from loginpolicy
This commit is contained in:
@@ -1514,7 +1514,7 @@ This is an empty request
|
||||
| ----- | ---- | ----------- | ----------- |
|
||||
| sid | string | - | string.min_len: 1<br /> string.max_len: 200<br /> |
|
||||
| token | string | - | string.min_len: 1<br /> string.max_len: 200<br /> |
|
||||
| from | string | - | string.min_len: 1<br /> string.max_len: 200<br /> |
|
||||
| sender_number | string | - | string.min_len: 1<br /> string.max_len: 200<br /> |
|
||||
|
||||
|
||||
|
||||
@@ -3593,6 +3593,11 @@ This is an empty request
|
||||
| force_mfa | bool | - | |
|
||||
| passwordless_type | zitadel.policy.v1.PasswordlessType | - | enum.defined_only: true<br /> |
|
||||
| hide_password_reset | bool | - | |
|
||||
| password_check_lifetime | google.protobuf.Duration | - | |
|
||||
| external_login_check_lifetime | google.protobuf.Duration | - | |
|
||||
| mfa_init_skip_lifetime | google.protobuf.Duration | - | |
|
||||
| second_factor_check_lifetime | google.protobuf.Duration | - | |
|
||||
| multi_factor_check_lifetime | google.protobuf.Duration | - | |
|
||||
|
||||
|
||||
|
||||
@@ -3710,7 +3715,7 @@ This is an empty request
|
||||
| ----- | ---- | ----------- | ----------- |
|
||||
| id | string | - | string.min_len: 1<br /> string.max_len: 200<br /> |
|
||||
| sid | string | - | string.min_len: 1<br /> string.max_len: 200<br /> |
|
||||
| from | string | - | string.min_len: 1<br /> string.max_len: 200<br /> |
|
||||
| sender_number | string | - | string.min_len: 1<br /> string.max_len: 200<br /> |
|
||||
|
||||
|
||||
|
||||
|
@@ -3036,6 +3036,11 @@ This is an empty request
|
||||
| force_mfa | bool | - | |
|
||||
| passwordless_type | zitadel.policy.v1.PasswordlessType | - | enum.defined_only: true<br /> |
|
||||
| hide_password_reset | bool | - | |
|
||||
| password_check_lifetime | google.protobuf.Duration | - | |
|
||||
| external_login_check_lifetime | google.protobuf.Duration | - | |
|
||||
| mfa_init_skip_lifetime | google.protobuf.Duration | - | |
|
||||
| second_factor_check_lifetime | google.protobuf.Duration | - | |
|
||||
| multi_factor_check_lifetime | google.protobuf.Duration | - | |
|
||||
|
||||
|
||||
|
||||
@@ -7751,6 +7756,11 @@ This is an empty request
|
||||
| force_mfa | bool | - | |
|
||||
| passwordless_type | zitadel.policy.v1.PasswordlessType | - | enum.defined_only: true<br /> |
|
||||
| hide_password_reset | bool | - | |
|
||||
| password_check_lifetime | google.protobuf.Duration | - | |
|
||||
| external_login_check_lifetime | google.protobuf.Duration | - | |
|
||||
| mfa_init_skip_lifetime | google.protobuf.Duration | - | |
|
||||
| second_factor_check_lifetime | google.protobuf.Duration | - | |
|
||||
| multi_factor_check_lifetime | google.protobuf.Duration | - | |
|
||||
|
||||
|
||||
|
||||
|
@@ -63,6 +63,11 @@ title: zitadel/policy.proto
|
||||
| passwordless_type | PasswordlessType | - | |
|
||||
| is_default | bool | - | |
|
||||
| hide_password_reset | bool | - | |
|
||||
| password_check_lifetime | google.protobuf.Duration | - | |
|
||||
| external_login_check_lifetime | google.protobuf.Duration | - | |
|
||||
| mfa_init_skip_lifetime | google.protobuf.Duration | - | |
|
||||
| second_factor_check_lifetime | google.protobuf.Duration | - | |
|
||||
| multi_factor_check_lifetime | google.protobuf.Duration | - | |
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user