0
vishalnikam created
- 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:"
We are using Reference type ("AccessTokenType" = 1) and token time set to 1200 (20 min) for "IdentityTokenLifetime" and "AccessTokenLifetime" in "IdentityServerClients" user is getting logout for keeping screen idle for 10min and Angular hits api/abp/application-configuration API. how this session timeout can be increased to 20 min?
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
1 Answer(s)
-
0
Since you can't refresh the Reference Token,
AccessTokenLifetimeis where the token lifetime is defined. If it is not working for you, can you ask at identityserver github repo?Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)