Open Closed

User Session time out #2039


User avatar
0
ChetanKumbhar created

Hi, I Want to expire token & redirect user to log in page, if user is in idle condition for 15-20 minutes. How should i achieve this?

  • ABP Framework version: v4.3.1
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

1 Answer(s)
  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    Hi @ChetanKumbhar

    You can configure IdentityServer4 for this.

    You can use RefreshTokenExpiration parameter to do that operation.

    Following section might help: http://docs.identityserver.io/en/latest/topics/refresh_tokens.html?highlight=expire#additional-client-settings

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11