Tuesday, January 10, 2012

Security Token Services

As you may already know, you can create sample STS Web Sites using the WIF (Windows Identity Foundation) SDK through the installed Visual Studio project templates.

However, if you are looking anything more complex than the basic STS templates provided to you, you can look at these 2 CodePlex projects which offer a bit more functionality than the out-of-the-box STS functionality:

  1. http://startersts.codeplex.com/
  2. http://identityserver.codeplex.com/
The Identity Server project is a bit newer project, but you can use either of the projects for development purposes.  The projects are meant as a good reference for how to implement your own custom STS.

No comments:

Post a Comment