0

Currently, I'm using flask security to manage the Auth in my web app. I want to migrate the entire Auth to AWS Cognito. I saw the migration documentation here. But nowhere it says how to migrate users who are set as inactive.

What I need to do is to migrate all users even the inactive ones but the inactive one should be set as inactive in cognito too. is there any way to set users as inactive during the migration?

Hanzal Salim
  • 33
  • 1
  • 5

1 Answers1

0

The link you provided does mention Batch User Upload. Basically it involves exporting your user database as .csv and then importing into cognito. Keep in mind that you cannot transfer passwords into cognito userpool. User will have to create his password when he logs in for the first time.

Ninad Gaikwad
  • 4,272
  • 2
  • 13
  • 23