January 2019
Intermediate to advanced
490 pages
15h 37m
English
As we discussed previously, the client-side authentication flow uses non-admin APIs.
Follow the steps to demonstrate the client-side authentication flow. Remember to replace the user-pool-id value with your user pool id.
aws cognito-idp admin-create-user \ --user-pool-id us-east-1_fYsb1Gyec \ --username testuser2 \ --temporary-password Passw0rd$ \ --profile admin
The default user status will be FORCE_CHANGE_PASSWORD, as we saw in the ...
Read now
Unlock full access