-
Notifications
You must be signed in to change notification settings - Fork 599
[Regression] SaveTokens + GetTokenAsync does not work for JwtBearer #1809
Comments
cc @Eilon |
Please add the necessary stuff to the shiproom OneNote. |
Where's the current OneNote? |
I'll sent you the link. |
Tests need to be added for this before taking it as a patch imo, the fix that was merged contained no tests... |
I'd argue that since this is a regression and not a new feature, the priority should be on publishing a fix. The current state is that it was working in 2.0.x, the user updates their dependencies to 2.1.x and things stop working. Since the fix already exists in 2.2.x the dependent code will once again start working when that is released. |
Adding tests for the fix doesn't affect when the it will be available. This is more of an engineering concern rather than anything else, there's still no test coverage for something which already has been regressed once. |
My concern is that the test issue #1768 has been open since May 23. I'm all for having the tests added, but I don't think it should be a blocking issue for 2.1.3. Making it a blocker for 2.2 is another story. |
Patch is approved for 2.1.3. Please check in ASAP. |
@HaoK do you have bandwidth for this? |
2.1 patch request for #1765, #1767
+This is a regression from 2.0.
+We've seen 3 customers hit this
+It's difficult for them to diagnose
-The workaround is trivial (read the value directly from the auth header). SaveTokens was only added to JwtBearer for consistency with the other providers.
The text was updated successfully, but these errors were encountered: