-
Notifications
You must be signed in to change notification settings - Fork 299
Unable to verify secret hash for client #125
Comments
When creating a new app go ahead without generating a client secret |
How do you validate tokens without a secret? |
I was wondering the same thing and found that according to https://github.com/aws-amplify/amplify-js/tree/master/packages/amazon-cognito-identity-js (the successor to https://github.com/aws/amazon-cognito-identity-js which is where the register call comes out of):
Looks like the AWS console generates a secret by default. If you uncheck 'Generate client secret' or create the app client via CLI or CFN with proper config, you should be good. |
I am having a app_secrete with me is it possible to remove the error by passing the app_screte with the authenticateUser function in flutter. If yes please explain.😊 |
I am also stuck with the same problem as @itskgore |
I am trying the project using my own User Pool. I am getting the following error:
Unable to verify secret hash for client "xxxxxxxx"
Is that a application issue or a User Pool configuration issue?
Thanks.
The text was updated successfully, but these errors were encountered: