I’m currently testing out Auth0 and I downloaded the ASp.Net example.
I made the changes in app settings to match what the quickstart guide says for RedirectUri and the logout.
I was able to register a new user but when I come to login and it is hitting the callback page I get the following error:
IDX10503: Signature validation failed. Keys tried: ‘[PII is hidden]’.
Exceptions caught:
‘[PII is hidden]’.
token: ‘[PII is hidden]’.
I haven’t made any changes to the downloaded project from the quickstart as it should just work. Have I forgotten a setting somewhere?
The article on the quiskstart does not mention that the default setting for the JsonWebToken Signature Algorithm in the advanced settings needs to be changed to RS256.