-
Notifications
You must be signed in to change notification settings - Fork 281
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
[Backport 2.x] Fix unconsumed parameter exception when authenticating with jwtUrlParameter #4065
Conversation
…ameter (#3975) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Peter Nied <[email protected]> Signed-off-by: Peter Nied <[email protected]> Co-authored-by: Peter Nied <[email protected]> Co-authored-by: Peter Nied <[email protected]> (cherry picked from commit ccea744) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
🤧 .. needs a manual commit to revert to http4 |
@DarshitChanpura Thanks for looking, I'll get this mergeable |
Signed-off-by: Craig Perkins <[email protected]>
Capturing the error seen on CI. Its not related to the code change, but I have never seen it before so wanted to capture it in a comment.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #4065 +/- ##
==========================================
+ Coverage 65.70% 65.75% +0.05%
==========================================
Files 297 297
Lines 21094 21115 +21
Branches 3453 3455 +2
==========================================
+ Hits 13860 13885 +25
+ Misses 5508 5502 -6
- Partials 1726 1728 +2
|
Backport ccea744 from #3975.