Browsing index pages (2 articles)
↧
OpenIddict Decryption of key failure
As the title says, getting an:"IDX10609: Decryption failed. No Keys tried: token: 'System.String'."Error when trying to authenticate. Using Openiddict for the auth server. I'm sure I've got something...
View ArticleAnswer by Kévin Chalet for OpenIddict Decryption of key failure
In OpenIddict 3.0, access tokens are encrypted by default. To fix the error you're seeing, you can either:Register the encryption key in the JWT handler options...
View Article
Browsing index pages (2 articles)