Hey everyone, I am trying to do auth chapter and r...
# help
m
Hey everyone, I am trying to do auth chapter and registering a user via aws cli and getting following error
Copy code
aws cognito-idp sign-up \     
  --region us-east-1 \
  --client-id 4j2fxxxxxxxxxxxxxxxxxxxxxx \
  --username <mailto:admin@example.com|admin@example.com> \
  --password Passw0rd!

An error occurred (NotAuthorizedException) when calling the SignUp operation: Unable to verify secret hash for client 4j2fxxxxxxxxxxxxxxxxxxxxxx
Any idea?
f
Hey @Muhammad Ali, this usually happens when “Generate client secret” is enabled when creating the client.
Make sure it’s unchecked on creation.