简体   繁体   English

没有ADFS的单点登录

[英]Single sign on without ADFS

The application is hosted on IIS 7 and is asp.net appliaction, the users need to be authenticated by identity provider which is Active Directory. 该应用程序托管在IIS 7上,并且是asp.net应用程序,需要通过身份提供程序(即Active Directory)对用户进行身份验证。 for that i need to generate relying party trust to be added to ADFS identity provider. 为此,我需要生成要添加到ADFS身份提供者的依赖方信任。 the application is hosted on web server which is not connected to a domain so i can not install ADFS on web server to generate relying party trust and implement automatic or single sign on and generate relying party trust metadata. 该应用程序托管在未连接到域的Web服务器上,因此我无法在Web服务器上安装ADFS来生成依赖方信任,并实现自动或单点登录并生成依赖方信任元数据。 How do i implement single or automatic sign in for users- How do i generate relying party trust from IIS without Active directory Federation service- 如何为用户实施单一或自动登录-如何在没有Active Directory Federation Service的情况下从IIS生成依赖方信任关系-

Your IIS Server does not need to be on a domain joined machine. 您的IIS服务器不必位于加入域的计算机上。 You can deploy AD FS on another domain joined machine and then add a relying party for that application. 您可以在加入域的另一台计算机上部署AD FS,然后为该应用程序添加依赖方。 As far as automatic sign in is concerned, you can configure Windows Authentication for AD FS, which will enable you to automatically sign in without the need to enter your credentials. 就自动登录而言,您可以为AD FS配置Windows身份验证,这将使您无需输入凭据即可自动登录。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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