Quantcast
Channel: Verify JWT with RS256 (asymmetric) in C# - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Topaco for Verify JWT with RS256 (asymmetric) in C#

Regarding your 1st question:According to your posted stack trace, you seem to be using .NET Core 3.1. This allows you to easily import your public X.509/SPKI key as follows:var pubKey =...

View Article



Verify JWT with RS256 (asymmetric) in C#

I have some code like this which I believe is failing because it's using an Asymmetric RS256 but has "SymmetricSecurityKey()". The tokens were hand generated from https://jwt.io/How do I convert this...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images