You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Before OnValidatePrincipal is called by the CookieAuthenticationHandler, CheckForRefresh is called, which guards against null values for IssuedUtc and ExpiresUtc before calling RequestRefresh; however, afterwards, if ShouldRenew was set to true on the CookieValidatePrincipalContext, RequestRefresh will be called directly without any safeguards against null values: