Posted on: 8/27/2014 8:27:14 PM | Views : 1275

Hi,
I have problem with configuration of Owin with WsFederation and Cookie. The user is authenticated by the STS and the callbacks are coming to my application and I can transform the claims in the OnResponseSign in CookieAuthenticationOption (see below), but somehow the owin infrastructure does not consider the user as signed in and therefor redirects again to the STS. The exact same thing happendens again and the user is stuck in a forever sing-in loop. This is my configuration:
            app.UseCookieAuthentication(newGo to the complete details ...