Changes to OWIN Middleware on version 12.1.x`

I am working on a minor upgrade from 12.0.4 to 12.1.x and after upgrading, our OWIN startup classes are not writing the secure auth cookies like they did in 12.0.4

Wondering if anything changed around this between these two versions that could affect my Startup.cs class from writing the auth cookie.  If I revert back to 12.0.4 it all works fine.

Parents
  • Not sure what you are actually referring to, community does not use OWIN libraries, and if it was not a specific community API, there is not really a guarantee of upgrade safety.  IN terms of auth, not sure which secure cookies you are referring to.  If a site is running SSL, community should be marking cookies secure already.  In terms of authentication cookies, that and SSO were completely overhauled in 12.1 and the application is no longer forms auth based, it is also internally managed.

Reply
  • Not sure what you are actually referring to, community does not use OWIN libraries, and if it was not a specific community API, there is not really a guarantee of upgrade safety.  IN terms of auth, not sure which secure cookies you are referring to.  If a site is running SSL, community should be marking cookies secure already.  In terms of authentication cookies, that and SSO were completely overhauled in 12.1 and the application is no longer forms auth based, it is also internally managed.

Children