This repository was archived by the owner on Dec 13, 2018. It is now read-only.
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
RC2, seems like CookieAuthenticationOptions.CookieSecure does not work #831
Closed
Description
In RC2, seems like setting
CookieAuthenticationOptions.CookieSecure = CookieSecureOption.Always;
Does not work anymore. We cannot afford the default value SameAsRequest
since we are behind a LoadBalancer that opens the SSL packets and sends us via HTTP. In RC1, the same code in our Startup.cs use to take care of it.
Metadata
Metadata
Assignees
Labels
No labels