Nfactor26 / pixel-identity

Bootstrapper for https://github.com/openiddict/openiddict-core and Asp.net Identity with a blazor based UI .
https://nfactor26.github.io/pixel-identity/
MIT License
151 stars 31 forks source link

Add missing call to AddEncryptionCertificate required to encrypt the content of tokens #36

Closed Nfactor26 closed 2 years ago

Nfactor26 commented 2 years ago

Description X509Certificate2 for encryption was loaded but the call to enable it options.AddEncryptionCertificate(encryptionKey) was missing.