Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Cognito redirect URLs configurable in web service #503

Closed
tylerthome opened this issue May 10, 2023 · 0 comments · Fixed by #524
Closed

Make Cognito redirect URLs configurable in web service #503

tylerthome opened this issue May 10, 2023 · 0 comments · Fixed by #524
Assignees
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

Comments

@tylerthome
Copy link
Member

Overview

Update references to the redirect URLs for Cognito in the Flask application

Action Items

  • Establish a configuration convention for the Flask application, e.g. use a json or xml config format, env file
  • Create the configuration for the redirect URI for HUU tenant in AWS Cognito
  • Reference the configured value in all statements requiring the redirect URL

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.

@tylerthome tylerthome added Role: Back End p-Feature: IAM Identity Access Management points: 2 Can be done in 7-12 hours labels May 10, 2023
@tylerthome tylerthome added this to the 6- MVP milestone May 10, 2023
@stevbark stevbark linked a pull request Jun 21, 2023 that will close this issue
@lola3736 lola3736 added Complexity: Medium Issue is clearly defined and documentation is provided. Solution has room for interpretation. and removed Complexity: Missing labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants