All Projects → primaryobjects → SingleSignOn

primaryobjects / SingleSignOn

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

Programming Languages

C#
18002 projects
Classic ASP
548 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].