IdentityServer / IdentityServer4

OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
https://identityserver.io
Apache License 2.0
9.21k stars 4k forks source link

Manually Extending Existing Refresh Token Expirations #5470

Closed lvandyk closed 1 year ago

lvandyk commented 1 year ago

Does anyone know how to extend the expiration of a refresh token that has already been created and exists in the PersistedGrants table? I know the "Expiration" column is simply for informational purposes.

Could I perhaps edit the "CreationTime" or "Lifetime" values inside the "Data" column?

We have an issue where users got an access/refresh token long ago and now only want to use it a year later, we don't want them to logout.

leastprivilege commented 1 year ago

Important update

This organization is not maintained anymore besides critical security bugfixes (if feasible). This organization will be archived when .NET Core 3.1 end of support is reached (3rd Dec 2022). All new development is happening in the new Duende Software organization.

The new Duende IdentityServer comes with a commercial license but is free for dev/testing/personal projects and companies or individuals making less than 1M USD gross annnual revenue. Please get in touch with us if you have any question.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Questions are community supported only and the authors/maintainers may or may not have time to reply. If you or your company would like commercial support, please see here for more information.

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.