Is there an existing issue for this?
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.
Is there an existing issue for this?
Describe the bug
I followed the MSDN and upon sending the HTTP Request with the Bearer token, the server returns 401. The
WWW-Authenticateresponse header showsBearer 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.