.NET 9: dotnet user-jwts
not working · Issue #58996 · dotnet/aspnetcore (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
I followed the MSDN and upon sending the HTTP Request with the Bearer token, the server returns 401. The WWW-Authenticate
response header shows Bearer error="invalid_token", error_description="The signature key was not found"
.
Expected Behavior
Server returns 200.
Steps To Reproduce
Followed the exact steps in the MSDN
Exceptions (if any)
No response
.NET Version
9.0.100
Anything else?
RID: win-arm64
It used to work on .NET 8.