本文介绍了是否有任何power shell命令为sharepoint应用程序设置Whr参数?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 大家好,     我正在使用ADFS 2.0和SharePoint应用程序。现在,我已在ADFS服务器中创建了多个身份提供程序。 当我尝试  访问我的应用程序然后我通过 IdpInitiatedSignOn.aspx 页面获取下拉列表,其中所有身份提供商都是   显示。     当我按下继续登录按钮选择任何身份提供商后,将显示登录页面   。     当我传递whr这样的参数  https://******************.com/_trust/?whr = http:// ##### ##########。com / adfs / services / trust   然后我就是   直接   导航到登录页面。     我想要   删除此标识提供下拉列表   以避免最终用户的不便。     请任何人都可以建议我如何通过Window Power Shell命令为SharePoint应用程序设置Whr参数。   先谢谢。 解决方案 我们正在考虑做同样的事情。 你为此做了什么? 我们正在查看这篇文章并试一试:    http://blogs.technet.com/b/speschka/archive/2011/09/14/using-the-whr-parameter-with-sharepoint-2010-and-saml-auth.aspx 快速更新似乎工作正常 Hi All,  I am using ADFS 2.0 with SharePoint application. Now I have created multiple Identity Providers in my ADFS server.when I am trying to  access my application then I am getting dropdown list throughIdpInitiatedSignOn.aspx page where all Identity providers are  displayed.  After selecting any Identity provider when I press continue signIn button then the login page is displayed.  When I am passing whr parameter like this  https://******************.com/_trust/?whr=http://###############.com/adfs/services/trust then I am    directly navigated to the login page.  I wanted to remove this identity provide dropdown  to avoid the inconvenience of end user.  Please any one can suggest me how can I set the Whr parameter through Window Power shell command for SharePoint application. Thanks In Advance. 解决方案 We are looking at doing the same thing.What did you do for this?We are looking at this article and going to try it:   http://blogs.technet.com/b/speschka/archive/2011/09/14/using-the-whr-parameter-with-sharepoint-2010-and-saml-auth.aspxquick Update it seems to work just fine 这篇关于是否有任何power shell命令为sharepoint应用程序设置Whr参数?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-26 17:01