locked
Migration from Owin 3.1 to 4.0? RRS feed

  • Question

  • User-1853917541 posted

    Hi All.

    Question - we have some web app where Owin is used in quite standard way via:

    UseCookieAuthentication with CookieAuthenticationProvider,

    UseOAuthAuthorizationServer,

    UseOAuthBearerAuthentication

    Current version of all Owin libraries are 3.x. How safe typically to upgrade to Owin 4.0 libraries?

    I just can't find any guidance or recommendations regarding such migration.

    Thanks!

    Wednesday, November 28, 2018 4:18 PM

All replies

  • User1724605321 posted

    Hi Alex Petrov ,

    I would suggest you create a new branch for migration , upgrade all the OWIN related NuGet packages in your project to version 4.0 , solve dependency issue if occurs .

    If any problem occurs , please feel free to post in this thread .

    Best Regards,

    Nan Yu

    Thursday, November 29, 2018 5:40 AM