React to AuthN changes
This commit is contained in:
parent
a754b9cb61
commit
027bc5c6b8
|
|
@ -18,7 +18,8 @@ namespace Microsoft.AspNet.Identity
|
|||
ApplicationCookie = new CookieAuthenticationOptions
|
||||
{
|
||||
AuthenticationScheme = ApplicationCookieAuthenticationScheme,
|
||||
AutomaticAuthentication = true,
|
||||
AutomaticAuthenticate = true,
|
||||
AutomaticChallenge = true,
|
||||
LoginPath = new PathString("/Account/Login"),
|
||||
Events = new CookieAuthenticationEvents
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue