1 Answer
- Newest
- Most votes
- Most comments
0
You can implement this requirement in AWS Amplify by integrating Amazon Cognito authentication and applying route‑level access controls to ensure that only authenticated users who have successfully completed the mandatory password change can access protected paths. While Amplify provides fine‑grained authorization capabilities, enforcing a “single user” model must be achieved by limiting Cognito to a single account and managing access through the application’s routing and authorization logic.
https://docs.aws.amazon.com/amplify/
https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminCreateUser.html
https://docs.aws.amazon.com/amplify/latest/userguide/access-control.html
Relevant content
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated 4 years ago
