zoukankan      html  css  js  c++  java
  • Windows Server 2016 AD FS 测试登陆界面配置报错

    默认安装完成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:

    2016-06-10_18-06-00

    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

  • 相关阅读:
    面试准备
    论文投稿Cover letter
    Pycharm 快捷键
    linux下常用命令:
    Qt中数据模块学习
    Qt 多线程和网络编程学习
    VS高效开发快捷键
    良好编码风格习惯整理
    Qt QAxObject操作excel文件过程总结(转):
    Qt开发中的实用笔记三--关于各种类的零碎知识点:
  • 原文地址:https://www.cnblogs.com/junjiany/p/8087291.html
Copyright © 2011-2022 走看看