567 B
567 B
no-loc | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
ASP.NET Core Identity is largely unaffected by SameSite cookies except for advanced scenarios like IFrames
or OpenIdConnect
integration.
When using Identity
, do not add any cookie providers or call services.AddAuthentication(CookieAuthenticationDefaults.AuthenticationScheme)
, Identity
takes care of that.