|
1149 | 1149 | "description": "Configures the Ory Kratos Session caching max-age feature flag\n\nThis governs the \"feature_flags.cacheable_sessions_max_age\" setting.",
|
1150 | 1150 | "type": "string"
|
1151 | 1151 | },
|
1152 |
| - "kratos_feature_flags_choose_recovery_address": { |
1153 |
| - "description": "This governs the \"feature_flags.choose_recovery_address\" setting.", |
1154 |
| - "type": "boolean" |
1155 |
| - }, |
1156 | 1152 | "kratos_feature_flags_faster_session_extend": {
|
1157 | 1153 | "description": "Configures the Ory Kratos Faster Session Extend setting\n\nIf enabled allows faster session extension by skipping the session lookup and returning 201 instead of 200.\nDisabling this feature will be deprecated in the future.\n\nThis governs the \"feature_flags.faster_session_extend\" setting.",
|
1158 | 1154 | "type": "boolean"
|
|
1169 | 1165 | "description": "Return a form error if the login identifier is not verified\n\nIf true, the login flow will return a form error if the login identifier is not verified, which restores legacy behavior. If this value is false, the `continue_with` array will contain a `show_verification_ui` hook instead.\n\nThis flag is deprecated and will be removed in the future.\n\nThis governs the \"feature_flags.legacy_require_verified_login_error\" setting.",
|
1170 | 1166 | "type": "boolean"
|
1171 | 1167 | },
|
1172 |
| - "kratos_feature_flags_password_profile_registration_node_group": { |
1173 |
| - "description": "Configures the group for the password method in the registration flow.\n\nIf true, it sets the password method group value to \"password\" if it is the only method available. This is the legacy behavior.\nIf false is, it sets the password method group value to \"default\".", |
1174 |
| - "type": "boolean" |
1175 |
| - }, |
1176 | 1168 | "kratos_feature_flags_use_continue_with_transitions": {
|
1177 | 1169 | "description": "Configures the Ory Kratos Session use_continue_with_transitions flag\n\nThis governs the \"feature_flags.use_continue_with_transitions\" setting.",
|
1178 | 1170 | "type": "boolean"
|
|
5886 | 5878 | "description": "Configures the Ory Kratos Session caching max-age feature flag\n\nThis governs the \"feature_flags.cacheable_sessions_max_age\" setting.",
|
5887 | 5879 | "type": "string"
|
5888 | 5880 | },
|
5889 |
| - "kratos_feature_flags_choose_recovery_address": { |
5890 |
| - "description": "This governs the \"feature_flags.choose_recovery_address\" setting.", |
5891 |
| - "type": "boolean" |
5892 |
| - }, |
5893 | 5881 | "kratos_feature_flags_faster_session_extend": {
|
5894 | 5882 | "description": "Configures the Ory Kratos Faster Session Extend setting\n\nIf enabled allows faster session extension by skipping the session lookup and returning 201 instead of 200.\nDisabling this feature will be deprecated in the future.\n\nThis governs the \"feature_flags.faster_session_extend\" setting.",
|
5895 | 5883 | "type": "boolean"
|
|
5906 | 5894 | "description": "Return a form error if the login identifier is not verified\n\nIf true, the login flow will return a form error if the login identifier is not verified, which restores legacy behavior. If this value is false, the `continue_with` array will contain a `show_verification_ui` hook instead.\n\nThis flag is deprecated and will be removed in the future.\n\nThis governs the \"feature_flags.legacy_require_verified_login_error\" setting.",
|
5907 | 5895 | "type": "boolean"
|
5908 | 5896 | },
|
5909 |
| - "kratos_feature_flags_password_profile_registration_node_group": { |
5910 |
| - "description": "Configures the group for the password method in the registration flow.\n\nIf true, it sets the password method group value to \"password\" if it is the only method available. This is the legacy behavior.\nIf false is, it sets the password method group value to \"default\".", |
5911 |
| - "type": "boolean" |
5912 |
| - }, |
5913 | 5897 | "kratos_feature_flags_use_continue_with_transitions": {
|
5914 | 5898 | "description": "Configures the Ory Kratos Session use_continue_with_transitions flag\n\nThis governs the \"feature_flags.use_continue_with_transitions\" setting.",
|
5915 | 5899 | "type": "boolean"
|
|
10499 | 10483 | "type": "string",
|
10500 | 10484 | "x-go-enum-desc": "link RecoveryStrategyLink\ncode RecoveryStrategyCode"
|
10501 | 10485 | },
|
10502 |
| - "recovery_address": { |
10503 |
| - "description": "A recovery address that is registered for the user.\nIt can be an email, a phone number (to receive the code via SMS), etc.\nUsed in RecoveryV2.", |
10504 |
| - "type": "string" |
10505 |
| - }, |
10506 |
| - "recovery_confirm_address": { |
10507 |
| - "description": "If there are multiple recovery addresses registered for the user, and the initially provided address\nis different from the address chosen when the choice (of masked addresses) is presented, then we need to make sure\nthat the user actually knows the full address to avoid information exfiltration, so we ask for the full address.\nUsed in RecoveryV2.", |
10508 |
| - "type": "string" |
10509 |
| - }, |
10510 |
| - "recovery_select_address": { |
10511 |
| - "description": "If there are multiple addresses registered for the user, a choice is presented and this field\nstores the result of this choice.\nAddresses are 'masked' (never sent in full to the client and shown partially in the UI) since at this point in the recovery flow,\nthe user has not yet proven that it knows the full address and we want to avoid\ninformation exfiltration.\nSo for all intents and purposes, the value of this field should be treated as an opaque identifier.\nUsed in RecoveryV2.", |
10512 |
| - "type": "string" |
10513 |
| - }, |
10514 |
| - "screen": { |
10515 |
| - "description": "Go back in the flow, meaningfully.\nThe actual value is not important (it is typically \"previous\"), the system checks whether the value is empty or not.\nUsed in RecoveryV2.", |
10516 |
| - "type": "string" |
10517 |
| - }, |
10518 | 10486 | "transient_payload": {
|
10519 | 10487 | "description": "Transient data to pass along to any webhooks",
|
10520 | 10488 | "type": "object"
|
|
0 commit comments