Skip to content

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

Notifications You must be signed in to change notification settings

contactrajkumar/SingleSignOn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.1%
  • Classic ASP 0.9%