Windows security session duration

When using active directory security, you can specify the session duration which in turn determines how long the jwt is valid for before expiring:

image

When using Windows security, you no longer get this option and it seems to default to using a jwt with a 5 minute validity. Is there anyway to extend this? We are noticing forms and screens refreshing in the middle of users interacting with the website at the point of the jwt expiring and the token renewing.

You can edit the server\Authentication\TokenProviderOptions.cs file and increase the timeout. Also put that file in Radzen's code generation ignore list.

I have noticed this too. It would be nice to have a GUI option for session duration or (better yet) implement Windows security where the token refresh does not interrupt the user interface.