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 sure redirect URI does not show as completed prematurely #18068

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

Conversation

NobodysNightmare
Copy link
Contributor

Since we are now refreshing the entire form from step to step, future steps show as incompleted usually. However, redirect_uri has nothing to do itself, so it previously checked the same thing that the oauth_client checked. This would show it as completed a bit too early.

For consistency it now got its own configuration check.

Ticket

https://community.openproject.org/projects/cross-application-user-integration-stream/work_packages/61744/activity

@NobodysNightmare NobodysNightmare requested a review from a team February 25, 2025 07:39
Since we are now refreshing the entire form from step to step,
future steps show as incompleted usually. However, redirect_uri
has nothing to do itself, so it previously checked the same
thing that the oauth_client checked. This would show it as completed
a bit too early.

For consistency it now got its own configuration check.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant