Owin refresh token

0
0

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

  • You must to post comments
0
0

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.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.