简体   繁体   中英

Build Security Token Service (STS) application for ASP.NET website

I have a ASP.NET based CMS which i use to setup websites. This CMS uses a standard ASP.NET membership mechanism, and it can work with claims based / STS authentication.

Now i want to setup a set of 4 websites and a login page/portal that sits in front of these websites, which users can use login to one of these websites. During the login process some database setting has to determine to which website the user has to be logged in and redirected to.

Is there some project or code example anyone can give which i can use as a start to develop such a STS service?

The WIF 3.5 SDK has a sample here . Download the sdk and install the sample by copying it into the templates folder for VS.

Thinktecture has a sample .NET 4.5 STS here

There is also a WIF 4.5 example STS in this sample

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM