The key was not found in the key ring. For more information go to https://aka.ms/aspnet/dataprotectionwarning #35
Unanswered
nisargshah1711
asked this question in
IdentityServer
Replies: 1 comment
-
Can you check if ASP.NET Core Data Protection is configured properly in your application? https://docs.duendesoftware.com/identityserver/v7/deployment/data_protection/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
IdentityServer version
7.0.8
.NET version
.NET 8.0
Description
We have 2 primary server load balanced and 1 secondary server. We have hosted Identity server on all 3 servers. It is working perfectly fine with 2 primary servers. However, on the secondary server when i access the identity server, I get the following error:
Error:
The key {63543669-de79-40e2-bb19-072ff2a9bd92} was not found in the key ring. For more information go to https://aka.ms/aspnet/dataprotectionwarning
Error unprotecting the IdentityServer signing key with kid A50B677F0BDFC7BDA3375583FD527D2B. This is likely due to the ASP.NET Core data protection key that was used to protect it is not available. This could occur because data protection has not been configured properly for your load balanced environment, or the IdentityServer signing key store was populated with keys from a different environment with different ASP.NET Core data protection keys. Once you have corrected the problem and if you keep getting this error then it is safe to delete the specific IdentityServer signing key with that kid.
Can you please let me know what's the issue here?
Looking forward to hear from you soon.
Thanks!
Reproduction steps
No response
Expected behavior
No response
Logs
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions