简体   繁体   中英

Single Sign On (SSO) via 3rd party ADFS using ASP.NET WebForms

We have a webforms (.net 4.5) application which uses membership for user authentication which we host ourselves. Our clients have Active Directory and ADFS which they host in their own networks, they require our software to use single sign on authenticating against their ADFS server. I'm looking for steps on how to implement this so we can continue to use our normal membership login but use SSO where available.

There's a lot of info out there and I honestly don't know where to start. Cheers.

I wrote up something very similar to this:

OWIN : ASP.NET MVC application with multiple authentication options

Basically, use the OWIN Identity stacks to support whatever protocols you want.

Note that this application (RP in ADFS speak) still needs to be configured on the ADFS side.

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