Reference access token no longer works after migrate IdentityServer from SQL server to postgreSQL server #165
Unanswered
hubaozhang2017
asked this question in
IdentityServer
Replies: 1 comment 1 reply
-
Was the application itself moved to another physical location? It sounds like this is related to ASP.NET Core data protection. The data in the PersistedGrants table is protected using that. When no application name is configured the default is used where the key depends on the location of the application. Please see this doc for more information. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We moved our Duende IdentityServer data from SQL server to PostgreSQL server. All following tables are migrated:
We have long lifetime reference tokens for third-party to access our api. It worked before data migration, but they stopped working after the data was migrated to PostgreSQL. All other functions work.
Please help.
Beta Was this translation helpful? Give feedback.
All reactions