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
Which version of Duende IdentityServer are you using? 7.0.8
Which version of .NET are you using? 8.0
Describe the bug
After calling UpdateRefreshTokenAsync method, The Key is not updating. Duende IdentityServer 6.3.8 has no issue. But, as we migrate 7.0.8, the Application is not throw any error but the Database-> PersistedGrants-> "Key" col is not update.
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior.
Expected behavior
A clear and concise description of what you expected to happen.
Log output/exception with stacktrace
data
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Can you tell me the client's configuration setting for RefreshTokenUsage?
In IdentityServer 7 there was a change in the default client configuration settings concerning refresh tokens. The default for 'RefreshTokenUsage' is now ReUse. In IdentityServer 6 is was OneTimeOnly. Maybe this has something to do with the change in behavior you're seeing.
Which version of Duende IdentityServer are you using? 7.0.8
Which version of .NET are you using? 8.0
Describe the bug
After calling UpdateRefreshTokenAsync method, The Key is not updating. Duende IdentityServer 6.3.8 has no issue. But, as we migrate 7.0.8, the Application is not throw any error but the Database-> PersistedGrants-> "Key" col is not update.
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior.
Expected behavior
A clear and concise description of what you expected to happen.
Log output/exception with stacktrace
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: