Issue unprotecting keys #582
Answered
by
wcabus
ADringer
asked this question in
IdentityServer
Answered by
wcabus
Jul 15, 2026
Replies: 1 comment 6 replies
|
Hi @ADringer, a couple of questions to help diagnose.
With your shared environment, I’m wondering if keys in one environment are being overwritten by an IdentityServer hosted in another environment. When you enable data protection, are you using the same Application Name across all environments? https://learn.microsoft.com/en-us/aspnet/core/security/data-protection/configuration/overview?view=aspnetcore-10.0#set-the-application-name-setapplicationname |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


New Data Protection keys get created for different reasons. The most common reasons are:
That last scenario can happen when the Data Protection keys are also encrypted using…