Starter STS is a compact, easy to use security token service built with the Windows Identity Foundation. The authentication and attribute store that is completely based on the ASP.NET provider infrastructure. The idea behind this project was to create a sample STS that incorporates the common (and best) practices as well as the learned lession in STS design from the past years.
Disclaimer
Though you could use StarterSTS directly as a production STS, be aware that this was not the design goal.
StarterSTS did not go through the same testing or quality assurance process as a "real" product like ADFS2 did.
StarterSTS is also lacking all kinds of enterprisy features like configuration services, proxy support or operations integration.
The main goal of StarterSTS is to give you a learning tool for building non-trivial security token services.
Another common scenario is to use StarterSTS in a development environment.
StarterSTS consists of three conceptual parts.
StarterSTS supports various endpoints through which you can request tokens.
Various configuration settings define the security policy of the token service.
All back-end stores in StarterSTS are based on the standard ASP.NET provider infrastructure.