首页 > Windows开发 > 详细

Windows Server 2016 AD FS 测试登陆界面配置报错

时间:2017-12-22 19:28:14      阅读:542      评论:0      收藏:0      [点我收藏+]

 

默认安装完成ADFS 之后,AD FS 2012 R2 and 2016 有the ldpinitiatedsignon.aspx page,

地址:https://sts.focuswincloud.cn/adfs/ls/idpinitiatedsignon.aspx

但是在Windows server 2012 R2 里面是正常的

Windows server 2016 默认打开报错:

技术分享图片

 

Usually after building an AD FS/WAP farm I test locally from the Internet and the Intranet using (to-date) a fairly reliable source of verification that the service is up and running. I’m referring to, of course, the IdP sign-in page (../adfs/ls/idpinitiatedsignon.aspx). This offers a simple way of validating login via AD FS.

With Windows Server 2016, this page is no longer surfaced “out-of-the-box”.. if you want to do a SAML 2.0  IdP-initiated sign-on, this functionality will need to be enabled. Otherwise, connecting to the obligatory sign-in page, will produce an error similar to the following:

技术分享图片

Testing from the Web Application Proxy itself directly,  pointing to the AD FS farm, we may see an HTTP 503 Service Not Available error.

Via Powershell, it can be switched back on:

set-adfsproperties -EnableIdpInitiatedSignon $True

技术分享图片

 

Windows Server 2016 AD FS 测试登陆界面配置报错

原文:http://www.cnblogs.com/junjiany/p/8087291.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!