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 Reply Children
  • OpenID works with Okta or Azure AD, other services are may work but not verified/tested.   In terms of SSO, there is extensibility using IAuthenticationPlugin(v3), this and the previous versions were the only supported way to achieve SSO.

    You will not get Dual Auth using OpenID.   It might be possible in the new framework to achieve dual SSO, but you would have to write an IAuthenticationPlugin implementation and have something that tells the login process not to redirect.