1

I have been tasked to set up Single Signon for asp.net application (SAAS) using IIS server with a client who has ADFS3.0 for providing identity credentials. the users authenticated will be allowed to log in to the web application but i have been going through a lot of information as how to set up service provider files as the application is already running. what settings and where do i need to configure them. any help will be greatly appreciated.

4

1 回答 1

0

执行此操作的“现代”方法是使用 OWIN。

您必须按照Use the OWIN Security Components in ASP.NET to Implement Web Sign On with ADFS更改您的应用程序。

然后将您的 RP 添加到 ADFS,一切顺利。

为了完整性。执行此操作的“旧”方法是使用 WIF,如How To: Build Claims-Aware ASP.NET MVC Web Application Using WIF中所述。

于 2015-11-30T18:25:58.400 回答