I’m trying to switch an asp.net mvc (owin) app to use universal login. I’m following this quickstart Auth0 ASP.NET (OWIN) SDK Quickstarts: Login
I followed the steps, and it appears to almost work. Auth0 sends the code back to my app, but I get an exception unpacking it. The error message I get is:
IDX10503: Signature validation failed. Keys tried: ‘Microsoft.IdentityModel.Tokens.X509SecurityKey , KeyId: *****
Microsoft.IdentityModel.Tokens.RsaSecurityKey , KeyId: ****’.
I think i’m missing a bit of configuration but I"m at a lose as to what it could be