-
Notifications
You must be signed in to change notification settings - Fork 401
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
Unauthorized 401 when upgrading System.IdentityModel.Tokens.Jwt from 6.30.0 to 6.30.1 #2084
Comments
@GonzaloLebron sorry to hear this. |
@GonzaloLebron i think this is related to #2059, will close this issue. You can track 2059. |
The problem is still happening to me, upgrading from Clearly 24 characters and not 32 SecretKey is my issue Even if My question is, why this is not a breaking change ? The issue is at: |
Just been hit with the same issue. :-( |
Yeah... and I don't know how to reopen this issue... since it is not related to #2059 |
Sorry if this is a repeated issue, in a project (NET6) I was using System.IdentityModel.Tokens.Jwt package reference version "6.30.*"
It was working fine until rebuilded and redeployed, then Unauthorized 401 started appearing in all endpoints requiring authorization (using bearer token), JWT Issuer, Audience and SecretKey did not change, bearer token was correct. Noticed that System.IdentityModel.Tokens.Jwt package was different (was using 6.30.0 and auto updated to 6.30.1).
Downgraded to 6.30.0 and is working fine again.
Upgraded to specific version 6.30.1 and Unauthorized 401 happening again.
The text was updated successfully, but these errors were encountered: