I am running a project that used the local STS in VS2012 after upgrading to 2013. Now I find out that VS2013 doesn't have a builtin STS server anymore. Looking for alternatives I found this
http://www.nuget.org/packages/Thinktecture.IdentityModel.EmbeddedSts/
I follow the instructions here https://github.com/thinktecture/Thinktecture.IdentityModel/wiki/EmbeddedSts
But it doesn't seem to work. I'm guessing I have to add a Route to my MVC routes or somekind of ignore or something to get it working right.
So has anyone got it working with MVC?
I did get it working without adding a route. In addition to the help on the Thinktecture website, I followed the instructions here. Guessing by now you may have resolved this, if not, update the question with the symptoms of the failure.