Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Question: Confirming Cognito User #11

Open
thepersonclass opened this issue Nov 8, 2019 · 1 comment
Open

Question: Confirming Cognito User #11

thepersonclass opened this issue Nov 8, 2019 · 1 comment

Comments

@thepersonclass
Copy link

Hello,

I am running this command listed in the readme

aws cognito-idp admin-respond-to-auth-challenge --user-pool-id <> --client-id <> --challenge-name NEW_PASSWORD_REQUIRED --challenge-responses NEW_PASSWORD=<>,USERNAME=<>,userAttributes.name=<> --session “output_of_previous_command"

It prompts me in bash (on MAC) after I run this command and I am not sure what to put in the prompts. Any help you can give about this would really help me.

Thanks!

Dan

@fadlihub
Copy link

pls try:

aws cognito-idp admin-respond-to-auth-challenge --user-pool-id "change to user pool id" --client-id "change to user pool id" --challenge-name NEW_PASSWORD_REQUIRED --challenge-responses NEW_PASSWORD="change to new password",USERNAME="change to cognito user",userAttributes.name="change to cognito user" --session "change this to session variable from previous cmd"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants