Make Cognito redirect URLs configurable in web service #503
Labels
Complexity: Medium
Issue is clearly defined and documentation is provided. Solution has room for interpretation.
p-Feature: IAM
Identity Access Management
points: 2
Can be done in 7-12 hours
Role: Back End
Milestone
Overview
Update references to the redirect URLs for Cognito in the Flask application
Action Items
Resources/Instructions
The redirect URL tells Cognito where to send a user after authentication. The HomeUniteUs API is deployed in a variety of environments, e.g.
dev-ec2
,test-ec2
,prod-ec2
,host-local
,docker-local
. Each of these may have different URLs where the web service is hosted, which the app will need to specify in requests to Cognito for user management operations like token validation.The text was updated successfully, but these errors were encountered: