-
Notifications
You must be signed in to change notification settings - Fork 549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authentication failed due to an internal error for challenge "PASSWORD_VERIFIER" #583
Comments
I got the same error when I try to sign in a user with I saw that this problem was encounter when we try to sign in a user just after verifying him but it's not my case, I closed the app after the verification via signup. |
@sagardvora , I saw that you commented saying that the bug fix did not solve your issue. Can you provide logs of the issue when it occurs? Also since this is a custom auth challenge. Can you give details on what the challenges are and what order is expected? |
Partial fix has been committed. |
Hi @sagardvora @YoanGJ , We have released a fix in version 2.12.0 of the SDK. Please see if this addresses the issue for you. |
Hi, We are closing this issue because there has been no activity. Please feel free to open a new issue if the problem persists. We ask this because closed issues are not actively monitored. Thanks |
@vishnumulik , Please use SDK version 2.12.5 or above for a fix to that issue. |
Describe the bug
I am implementing aws cognito user pool using custom auth for multi factor authentication.
I have set the authentication type as CUSTOM_AUTH and custom challenge as SRP_A. which in response gives another challenge as PASSWORD_VERIFIER and the procedure fails.
To Reproduce
Steps to reproduce the behavior:
Code for authentication using CUSTOM_AUTH
which gives callback in
Which AWS service(s) are affected?
Cognito User Pool Authentication MFA
Environment(please complete the following information):
Additional context
MFA is activated on backend server.
The text was updated successfully, but these errors were encountered: