You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case the issue is sourced from Microsoft.AspNetCore.Authorization.Authorize attribute which attempts to use System.IdentityModel.Tokens.Jwt through the package Microsoft.AspNetCore.Authentication.JwtBearer (this repo) package for verifying the incoming tokens.
If a PR is opened to add this support, will it be accepted and helped to be shepherded to completion or will a PR of this nature lay on apathetic ears?
The text was updated successfully, but these errors were encountered:
Today:
EdDSA signed JWTs
Future:
The goal is for this list: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/src/System.IdentityModel.Tokens.Jwt/JwtSecurityTokenHandler.cs#L62 to support an EdDSA signature strategy so that dependencies of this library understand how to handle EdDSA signed JWTs.
In this case the issue is sourced from
Microsoft.AspNetCore.Authorization.Authorize
attribute which attempts to useSystem.IdentityModel.Tokens.Jwt
through the packageMicrosoft.AspNetCore.Authentication.JwtBearer
(this repo) package for verifying the incoming tokens.Related:
If a PR is opened to add this support, will it be accepted and helped to be shepherded to completion or will a PR of this nature lay on apathetic ears?
The text was updated successfully, but these errors were encountered: