How to enable anonymous access to part of the website in SiteMinder

十年热恋 提交于 2019-12-13 17:08:55

问题


We are using SiteMinder secure-proxy for our website. The problem is that some parts of our website require anonymous authentication. For example ClickOnce installer and some WCF services. I was looking into proxyrules.xml, hoping that I can do sominthing in nete:case, but it seems not to be the case. I would be very thankful if anyone could point me in the right direction.

Once again here's what I need:

  • / - sso
  • /test/ - sso
  • /wcf/ - anonymous

How can I make /wcf exclusion?

** UPDATE ** I have found IgnoreUrl parameter of my WebAgent, but for some reason it is not applied and I'm still asked for username and password


回答1:


It was indeed the IgnoreUrl parameter I had to set. It wasn't working when I set it in the WebAgent configuration itself, but it did work when I set it via the SiteMinder Administrative UI.

Update: This reason for that is quite likely that the Agent Configuration object disallows local configurations of that kind via the AllowLocalConfig directive.



来源:https://stackoverflow.com/questions/13859993/how-to-enable-anonymous-access-to-part-of-the-website-in-siteminder

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!