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
In aspnet/Security#1916, we had to entirely disable Owin cookie interop tests as a result of changing target framework support. We should re-write these tests in a way that lets us test the supported scenarios without requiring a hack to run aspnetcore assemblies on .NET Framework.
The scenarios we need to ensure continue to work are:
Cookies and keys created by ASP.NET Core 3.0+ interop with Owin/Katana using Microsoft.Owin.Security.Interop 2.1.
Vice versa
Any changes to cookie formats and key formats made in 3.0+ stay backwards compatible with DataProtection 2.1
The text was updated successfully, but these errors were encountered:
natemcmaster
changed the title
Rewrite owin cookie interop tests for 3.0
Add test coverage to ensure interop with Owin and aspnetcore 3.0+ works
Nov 28, 2018
Tratcher
changed the title
Add test coverage to ensure interop with Owin and aspnetcore 3.0+ works
Add test coverage to ensure interop with Microsoft.Owin.Security and aspnetcore 3.0+ works
Nov 29, 2018
In aspnet/Security#1916, we had to entirely disable Owin cookie interop tests as a result of changing target framework support. We should re-write these tests in a way that lets us test the supported scenarios without requiring a hack to run aspnetcore assemblies on .NET Framework.
The scenarios we need to ensure continue to work are:
The text was updated successfully, but these errors were encountered: