Results 28 comments of Tim

I'm using MembershipReboot which has been configured as per [this ](https://pmbanugo.wordpress.com/2014/07/12/getting-started-with-membershipreboot/) link and I can see there are 2 cookies created FedAuth & FedAuth1

OK I'll reconfigure based on your SingleTenantOwinSystemWeb project sample?

Are you saying there's a better way to use Katana with MR?

OK. Thank you very much for your help Brock.

I've been doing some more investigation today and noticed that if I use the example code from your [video](https://vimeo.com/125427106) (sample below), IM prompts for a login and after login in...

> You need to configure the OWIN/Katana cookie middleware with MR Any chance you could show me how do that?

Hi Brock, Unfortunately I still can't get this to work. The SingleTenantOwinSystemWeb works fine until I introduce the IDM code. ``` var factory = new IdentityManagerServiceFactory(); factory.Configure("MembershipReboot"); var options =...

Here is the complete code. [Startup.cs.txt](https://github.com/IdentityManager/IdentityManager/files/346431/Startup.cs.txt)

I've removed the passive mode code but it makes no difference. MR's cookie is being created properly (AspNet.MembershipReboot) after login but IDM takes me back to the Login screen, weird!