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

CORE-108: Add local DUOS url with port #217

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

rushtong
Copy link
Contributor

Jira: https://broadworkbench.atlassian.net/browse/CORE-108

What: Add local version of DUOS to list of allowed era-commons redirect URIs.

Why: Arbitrary redirect uris are not allowed due to security considerations. When the oauth provider does the redirect it includes information to allow the user to link their account and retrieve an access token. Note that this is related to #216

How: Update providers.yaml

@rushtong rushtong requested a review from a team as a code owner October 24, 2024 17:46
@rushtong rushtong changed the title feat: add local duos url with port CORE-108: Add local DUOS url with port Oct 24, 2024
Comment on lines 101 to +102
"https://localhost.dsde-dev.broadinstitute.org/",
"https://localhost.dsde-dev.broadinstitute.org:3000/",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to reviewers, we use both of these urls. When running as a docker image, the app runs on port 80. When running via npm start, the app runs on port 3000

Copy link

@rushtong rushtong merged commit fb963ab into dev Oct 24, 2024
15 checks passed
@rushtong rushtong deleted the gr/CORE-108-add-local-duos-domain branch October 24, 2024 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants