Skip to content
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

Support EdDSA signature validations #2426

Open
wparad opened this issue Dec 15, 2023 · 1 comment · May be fixed by #2427
Open

Support EdDSA signature validations #2426

wparad opened this issue Dec 15, 2023 · 1 comment · May be fixed by #2427
Labels
Enhancement The issue is a new feature

Comments

@wparad
Copy link

wparad commented Dec 15, 2023

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 use System.IdentityModel.Tokens.Jwt through the package Microsoft.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?

wparad added a commit to wparad/azure-activedirectory-identitymodel-extensions-for-dotnet that referenced this issue Dec 15, 2023
@wparad wparad linked a pull request Dec 15, 2023 that will close this issue
1 task
@jmprieur jmprieur added Enhancement The issue is a new feature and removed untriaged labels Jan 18, 2024
@brentschmaltz
Copy link
Member

@jennyf19 we should combine all the EC/ECDSA issues into one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement The issue is a new feature
Projects
None yet
4 participants