Hi,
We have implemented openid connect authentication using azure active directory as described in
https://github.com/AzureADSamples/WebApp-OpenIDConnect-DotNet
Its working fine in normal scenario, but after every 1 hour azure Ad token expires and user has to refresh the page to continue work. By default token expires after 1 hour even if I am continuously working on application in browser. It should be sliding expiration.
How I can increase session/token time out so users will not require to refresh page after every 1 hour?