Kinde · Arazzo Workflow
Kinde Migrate User with Password
Version 1.0.0
Create a user with an email identity and import their existing hashed password.
View Spec
View on GitHub
AuthenticationAuthorizationCustomer IdentityIdentity ManagementOAuthOpenID ConnectSingle Sign-OnMulti-Factor AuthenticationRole-Based Access ControlFeature FlagsBillingB2BSaaSDeveloper PlatformArazzoWorkflows
Provider
Workflows
migrate-user-with-password
Create a user and import their existing hashed password.
Creates a user with a verified email identity, sets the user's password from a pre-computed hash, then retrieves the user record to verify the migration.
1
createUser
createUser
Create the user with a verified email identity. Returns the Kinde user id used to set the password.
2
importPassword
SetUserPassword
Import the user's existing hashed password so they can sign in with their current credentials without a reset.
3
verifyUser
getUserData
Retrieve the user record to confirm the user exists and the migration completed.