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

Use getRedirectUrl in all cases where redirectUri is passed #12722

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lukedigby
Copy link

@lukedigby lukedigby commented Dec 19, 2023

Description of changes

This PR uses getRedirectUrl to resolve the correct url when multiple are provided in oauth config. The function was implemented in #12415 but two usages were missed. These missed usages cause errors when handling responses from oauth redirects. The PR adds these usages, completing the functionality.

  • PR description included
  • yarn test passes

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@lukedigby lukedigby requested a review from a team as a code owner December 19, 2023 06:57
@lukedigby lukedigby force-pushed the auth/bug/use-correct-redirect-url branch from de1d92a to 335f054 Compare December 19, 2023 07:01
@cwomack cwomack added the Auth Related to Auth components/category label Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auth Related to Auth components/category external-contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants