-
Notifications
You must be signed in to change notification settings - Fork 13
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
Typo in the AlgorithmId.ES256X? #545
Comments
You're right, this is an error |
The fact is that X/K, under some fonts can easily be exchanged... Since, I'm here (don't want to open an issue for a stupid question). I'm having a hard time figuring out the "defaultAlgorithm" here: TokenValidationPolicyBuilder RequireSignature(string issuer, Jwks keys, SignatureAlgorithm defaultAlgorithm) Because the "alg" header parameter (https://tools.ietf.org/html/rfc7515#section-4.1.1):
... default here seems rather strange to me. Is it a way to REQUIRE a given algorithm? In this case, how does this fit with the multiple keys that could be associated to the "kid"? (This defaultAlgorithm is not optional... just like the "alg" parameter.) Sorry to ask but I'll appreciate some explanations about this... Thanks in advance. |
I really appreciates this feedbacks. |
AlgorithmId defines:
Shouldn't it be ES256K as defined here?
https://tools.ietf.org/html/rfc8812#section-3.3
(Sorry if I miss something here... But if it's the case, a comment may be a good idea.)
The text was updated successfully, but these errors were encountered: