February 2020
Intermediate to advanced
440 pages
13h 51m
English
We can implement client-side authentication flow from the AWS CLI with USER_PASSWORD_AUTH authentication flow as follows:
aws cognito-idp create-user-pool-client \ --user-pool-id us-east-1_Q1cydt6I0 \ --client-name my-user-pool-client \ --explicit-auth-flows USER_PASSWORD_AUTH \ --profile awssecadmin
We should get the following response:

aws cognito-idp admin-create-user \ --user-pool-id us-east-1_Q1cydt6I0 \ --username testuser4 \ --temporary-password Passw0rd$ \ --profile awssecadmin
We should get the following response:
Read now
Unlock full access