Hi,
I’m using OWIN and OpenIdConnect with Azure AD to authenticate webApp. If user is inactive for long time (not sure how many hours), token from AzureAD is expired ( I have a big sessionTimeout, so session of Wisej has not been expired). I see WebSocket is still running between browser and server, but all new users’ requests are unauthorize. Is any way to force refresh token Azure AD?
Thank you for your help.
Page
WebSocket is irrelevant since wisej will reconnect it automatically or work with http. Anything with the token authorization is in cookies than you can check if they already exist. I doubt you can force a new token without re-authorizing.
Please login first to submit.