amazon-archives / amazon-cognito-identity-js

Amazon Cognito Identity SDK for JavaScript
Other
986 stars 452 forks source link

Suppress MFA when device is remembered is not working. #637

Closed joe455 closed 6 years ago

joe455 commented 6 years ago

Userpool Settings: Remember device -> always, suppress MFA:yes

Now, when I am logging in with the same device it's creating separate device key's for every login. As per the userpool settings, It should suppress the MFA. But it'snot happening for some reason. Any workaround for this?

itrestian commented 6 years ago

Are you confirming the device? You can look at this blog to understand more about the device remembering feature: https://aws.amazon.com/blogs/mobile/tracking-and-remembering-devices-using-amazon-cognito-your-user-pools/