Handle token timeout in Asp.Net MVC when using Azure AD
问题 This is more of a design/approach question... I think I'm missing something here. We're building an Asp.Net MVC 5 web application and securing it with Azure AD using the following scenario: https://azure.microsoft.com/en-us/documentation/articles/active-directory-authentication-scenarios/#web-browser-to-web-application https://github.com/Azure-Samples/active-directory-dotnet-webapp-openidconnect The token/cookie is an absolute expiry and expires after one hour. So what does that do for the