An open API service indexing awesome lists of open source software.

https://github.com/primaryobjects/singlesignon

Example project implementing single sign-on with Windows Identity Foundation and forms authentication in C# MVC ASP .NET.
https://github.com/primaryobjects/singlesignon

Last synced: 10 months ago
JSON representation

Example project implementing single sign-on with Windows Identity Foundation and forms authentication in C# MVC ASP .NET.

Awesome Lists containing this project

README

          

Single Sign-on with Windows Identity Foundation
--------

An example of implementing single sign-on with federated authentication via Windows Identity Foundation in C# MVC ASP .NET.

In this tutorial, we'll walk through the steps of implementing federated authentication with single sign-on. We'll create an MVC ASP .NET web site and a common authentication web site identity provider (also called a Secure Token Service or STS). The identity provider web site will provide the login form, using forms authentication, and redirect back to the calling web site.

The full tutorial is available at http://www.primaryobjects.com/CMS/Article155.aspx

## Author

Kory Becker
http://www.primaryobjects.com

View @ GitHub
https://github.com/primaryobjects/singlesignon