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)
- 
    0Hi @ChetanKumbhar You can configure IdentityServer4 for this. You can use RefreshTokenExpirationparameter to do that operation.Following section might help: http://docs.identityserver.io/en/latest/topics/refresh_tokens.html?highlight=expire#additional-client-settings 
 
                                