question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem validating ES256 JWT

See original GitHub issue

I get this error - any idea what wrong (using 5.5.0 on both sides)? thanks!

SecurityTokenSignatureKeyNotFoundException: IDX10501: Signature validation failed. Unable to match key: kid: 'gDXkdYYXB3AqRFAh26feOw'. Exceptions caught: ''. token: '{"alg":"ES256","kid":"gDXkdYYXB3AqRFAh26feOw","typ":"JWT"}.{"nbf":1565353200,"exp":1565353500,"iss":"http://localhost:5000","aud":"mvc.hybrid","nonce":"637009499964264282.YzI1OTE5ZDItZTJiOC00NTJjLWFkYjUtNzUzMmIxODUzNDhmYjk3MmEzOTctY2NlNy00ZjRmLWE2YzUtN2YwYTdmMDlmYmYx","iat":1565353200,"c_hash":"aSDyULdP7CdhKXkoLQLpXA","s_hash":"lyNRBYsSjognjNWFGz6Nvw","sid":"Qx6QayNnoYL1RixpINhLIQ","sub":"Ho6h0l2sTd7WVEDneDl1Vz7M0W8KhLj3NHYgo5xvu_U","auth_time":1565353198,"idp":"Google","amr":["external"]}'.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
brentschmaltzcommented, Aug 9, 2019

@scottbrady91 can you opened the issue here: https://github.com/dotnet/corefx

0reactions
brentschmaltzcommented, Aug 12, 2019

@leastprivilege please reopen if needed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

SignatureException: invalid encoding for signature: java.io. ...
The problem is that the signature which is computed for JWS (in case of Elliptic Curve) is the raw concatenation of R and...
Read more >
ES256 JWT signature validation - Ping Support
Having issues validating a JWT signature using .Net core 3.1 in a web application. The JWT token comes back in a cookie with...
Read more >
JWT Signature Validation - Ping Support
ES256 JWT signature validation. Having issues validating a JWT signature using .Net core 3.1 in a web application. The JWT token comes back ......
Read more >
Solved: steps.jwt.noMatchingPublicKey when trying to valid...
Solved: Hello, We are trying to implement the validation of a JWT signed using a ES256 algorith m The header look like this...
Read more >
Critical vulnerabilities in JSON Web Token libraries
First, we need to determine what algorithm was used to generate the signature. No problem, there's an alg field in the header that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found