-
Notifications
You must be signed in to change notification settings - Fork 550
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
Android: confirm sign-in throws exception in custom auth flow #1761
Comments
@kalaiselvan369 I see that |
Hi @desokroshan
// stack trace In onError menthod, if I log |
Any updates? I am facing the same issue |
Hi @akoshek, |
Hi @kalaiselvan369 , |
That's nice @akoshek |
Hello, I still have the issue. I'm using those dependencies: " But the code used in "AWSMobileClient" doesn't have the case for CUSTOM_AUTH_CHALLENGE:
|
This worked for me! Thanks. |
This issue happens in android app. I am implementing passwordless authentication feature where user will receive OTP on signing in their phone number. I am successfully receiving OTP but when I use confirm sign in function from AWSMobileClient SDK for verification, it throws an exception and I could not find any message printed from the exception as well.
I am using the following snippet as mentioned in AWS Documentation:
I am following this article for deploying the backend
https://itnext.io/passwordless-sms-authentication-backend-9932391c49dc
Environment Information:
Libraries used:
implementation 'com.amazonaws:aws-android-sdk-mobile-client:2.16.12'
implementation 'com.amazonaws:aws-android-sdk-auth-userpools:2.16.12'
implementation 'com.amazonaws:aws-android-sdk-auth-ui:2.16.12'
The text was updated successfully, but these errors were encountered: