Password Change (v2.0.0)
Command that will change a password in the identity provider.
New version found
You are looking at a previous version of the command Password Change. The latest version of this command is v2.1.0 →
Overview
This command in the Authentication adapter, can be used to create a new user. The user is required in order to be able to login to the system.
Regardless if the system allows logins, it is required that a user is a pre requisites in order to create a customer. Customer is not created by this adapter. The user is created in AWS Cognito, with some additional information in a DynamoDB table.
Architecture diagram
Payload example
{ "User": "user@example.com", "OldSecret": "oldPassword123", "NewSecret": "newPassword456"}JSON Schema
4 properties
Userstring
requiredUser ID.
OldSecretstring
requiredOld password.
NewSecretstring
requiredNew password.
Codestringnull
Code received by the user.