Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 761 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 761 Bytes

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