You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `CONFIGURE_TOTP` | Require user to configure 2FA (TOTP) | [UpdateTotp](https://www.keycloak.org/docs-api/latest/javadocs/org/keycloak/authentication/requiredactions/UpdateTotp.html)
47
+
| `delete_account` | Allow user to delete their account | [DeleteAccount](https://www.keycloak.org/docs-api/latest/javadocs/org/keycloak/authentication/requiredactions/DeleteAccount.html)
48
+
|`delete_credential`| Allow user to delete a credential |
49
+
|`idp_link`| Link account with identity provider |
50
+
| `TERMS_AND_CONDITIONS` | Require user to accept terms and conditions | [TermsAndConditions](https://www.keycloak.org/docs-api/latest/javadocs/org/keycloak/authentication/requiredactions/TermsAndConditions.html)
51
+
| `UPDATE_PASSWORD` | Prompt user to update their password | [UpdatePassword](https://www.keycloak.org/docs-api/latest/javadocs/org/keycloak/authentication/requiredactions/UpdatePassword.html)
52
+
| `UPDATE_PROFILE` | Prompt user to update their profile | [UpdateProfile](https://www.keycloak.org/docs-api/latest/javadocs/org/keycloak/authentication/requiredactions/UpdateProfile.html)
53
+
| `update_user_locale` | Prompt user to set or update their locale | [UpdateUserLocaleAction](https://www.keycloak.org/docs-api/21.0.2/javadocs/org/keycloak/authentication/requiredactions/UpdateUserLocaleAction.html)
54
+
| `VERIFY_EMAIL` | Require user to verify their email address | [VerifyEmail](https://www.keycloak.org/docs-api/latest/javadocs/org/keycloak/authentication/requiredactions/VerifyEmail.html)
55
+
| `VERIFY_PROFILE` | Verify user profile information | [VerifyUserProfile](https://www.keycloak.org/docs-api/latest/javadocs/org/keycloak/authentication/requiredactions/VerifyUserProfile.html)
56
+
57
+
41
58
## Import
42
59
43
60
Authentication executions can be imported using the formats: `{{realm}}/{{alias}}`.
0 commit comments