Build Security Token Service (STS) application for ASP.NET website

Tys picture Tys · Mar 7, 2014 · Viewed 11.7k times · Source

I have a ASP.NET based CMS which i use to setup websites. This CMS uses a standard ASP.NET membership mechanism, and it can work with claims based / STS authentication.

Now i want to setup a set of 4 websites and a login page/portal that sits in front of these websites, which users can use login to one of these websites. During the login process some database setting has to determine to which website the user has to be logged in and redirected to.

Is there some project or code example anyone can give which i can use as a start to develop such a STS service?

Answer

stombeur picture stombeur · Mar 7, 2014

The WIF 3.5 SDK has a sample here. Download the sdk and install the sample by copying it into the templates folder for VS.

Thinktecture has a sample .NET 4.5 STS here

There is also a WIF 4.5 example STS in this sample