You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using Redis to store data protection keys using `PersistKeysToStackExchangeRedis`, ensure that your Redis
126
+
service is configured to persist data to a database backup or append-only file. Otherwise, when your Redis instance reboots,
127
+
you will lose all data protection keys, causing all data protected with those keys to no longer be readable.
128
+
:::
129
+
123
130
### Data Protection Keys and IdentityServer's Signing Keys
124
131
125
132
ASP.NET's data protection keys are sometimes confused with IdentityServer's signing keys, but the two are completely
@@ -196,7 +203,6 @@ Duende IdentityServer's features that rely on data protection include
196
203
197
204
## IdentityServer Data Stores
198
205
199
-
200
206
IdentityServer itself is stateless and does not require server affinity - but there is data that needs to be shared between in multi-instance deployments.
0 commit comments