Hello,
We are trying to implement SSO for our suite of web sites/services. Having read up on Claims Based Authentication this seems to be the perfect solution. What I am really looking for at the moment is just setting up a proof of concept but I've scoured google and not really found a coherent example or solution. Which makes me worry that I might be barking up the wrong tree here.
I'd like to create a simple MVC site that just shows you the claims that have been passed through and if you have no claims redirect you to the appropriate STS. I also want to create the aforementioned STS which allows me to login and pass the claims through to the MVC site. So far I was able to create a localSTS and display the claims, which was a good start, but what I really want is my own STS running that I can customize and play with. In Visual Studio 2010 I created an STS but this was a web forms site which was not ideal.
If anyone knows a good tutorial of Visual Studio 2013 or 2012 (.Net 4 or 4.5) that takes you through creating a web site and STS I'd be very grateful indeed.
Thanks.
Dan