0

We have AWS Api Gateway with developer portal. At this moment API developers can sign-up themselves to create a new user account to Cognito. AWS Cognito supports self-service sign-up and an invite mode. In self-service user can confirm account via email/phone. According Cognito documentation (https://docs.aws.amazon.com/cognito/latest/developerguide/signing-up-users-in-your-app.html) this confirmation process is illustrated that confirmation can be admin confirmation Or Confirm via email/phone.

What we need is both combined. Registration have to be easy and verify users email, but ultimately admin makes decision if user will be allowed to get API Key and sign in Developer Portal . Process I have in mind; First user registrates himself as a self-service confirmation via email, and after that account should be on hold unconfirmed state waiting for admin confirmation. Ideally Cognito will have an alarm to notify admin that there is new registration in queue waiting for admin confirmation. Is this possible?

JukkaT
  • 27
  • 5
  • For a temporary solution I made an alarm to send notification for admin about new sign-up. This way admin could evaluate new account and disable it if necessary. Still looking for solution where new registrations will be in pending state in queue until admins final approval. – JukkaT Nov 29 '22 at 10:41

0 Answers0