Reputation: 109
I assume Cognito uses SRP protocol and it stores user credentials as triplets - { <username>, <password verifier>, <salt> }
As Admin, how do I access password verifier?
Upvotes: 1
Views: 481
Reputation: 3035
You cannot. There is no way to get passwords out of Cognito. There are tools to get everything but the passwords out of Cognito if you wanted to migrate out of it, but you would have to make all users choose new passwords afterwards
Upvotes: 1