Open Closed

Automatically log out users after 10 minutes of inactivity #7999


User avatar
0
Emerge created
  • ABP Framework version: v7.4.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes (microservices)
  • Exception message and full stack trace: to auto logout once the user had idle for 10 mins
  • Steps to reproduce the issue: How can the system session timeout the user if the user is idle for 10 minutes?

I am seeking guidance on configuring the system to automatically log out users after 10 minutes of inactivity. Could you please provide detailed instructions or point me to the relevant documentation for implementing this idle session timeout feature?


1 Answer(s)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello,

    please check https://github.com/abpframework/abp/blob/1863a619f172634b2eb4842f0c241c40a9642c91/docs/en/Modules/OpenIddict.md?plain=1#L425

    you can add time as per your requirement.

    Thanks,

Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11