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.
- Host: GitHub
- URL: https://github.com/primaryobjects/singlesignon
- Owner: primaryobjects
- Created: 2013-08-07T19:24:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-13T21:27:43.000Z (about 12 years ago)
- Last Synced: 2025-03-21T06:41:36.500Z (10 months ago)
- Language: C#
- Size: 125 KB
- Stars: 19
- Watchers: 7
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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