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

Fix OAuth2AuthHandlerTest#testAuthPKCECodeFlow test #2498

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

vietj
Copy link
Contributor

@vietj vietj commented Oct 25, 2023

The OAuth2AuthHandlerTest#testAuthPKCECodeFlow fails because the resource owner expects the code_challenge to not be the first parameter of the redirection sent by the client.

Update the OAuth2AuthHandlerTest#testAuthPKCECodeFlow to test to parse the redirection URI and get a map of params instead.

…urce owner expects the code_challenge to not be the first parameter of the redirection sent by the client.

Update the OAuth2AuthHandlerTest#testAuthPKCECodeFlow to test to parse the redirection URI and get a map of params instead.
@vietj vietj added this to the 5.0.0 milestone Oct 25, 2023
@vietj vietj requested a review from pmlopes October 25, 2023 21:09
@vietj
Copy link
Contributor Author

vietj commented Oct 25, 2023

can you have a quick look at the test fix @pmlopes ?

@vietj vietj merged commit a25a7b2 into master Nov 8, 2023
6 checks passed
@vietj vietj deleted the fix-oauth2-auth-handler-test branch November 8, 2023 14:11
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.

2 participants