Merge branch 'temp8' into temp8-contexts

This commit is contained in:
Shannon
2019-02-15 12:55:17 +11:00
314 changed files with 2474 additions and 6078 deletions

View File

@@ -96,6 +96,11 @@ namespace Umbraco.Web.Security
await EnsureValidSessionId(context);
if (context?.Identity == null)
{
context?.OwinContext.Authentication.SignOut(context.Options.AuthenticationType);
return;
}
await base.ValidateIdentity(context);
}