SiteMinder SSO不保护ASP.NET MVC 5站点

时间:2017-07-20 17:44:57

标签: asp.net asp.net-mvc siteminder

此问题可能与处理所有路由和绕过SiteMinder的UrlRoutingModule有关。关于如何让SiteMinder的webagent在MVC的默认请求处理程序之前处理HTTP请求的任何想法?

<system.webServer>
    <!-- SM Server Config -->
    <validation validateIntegratedModeConfiguration="false" />
    <handlers>
      <add name="wa-handler" path="*" verb="*" type="" modules="IsapiModule" scriptProcessor="%NETE_WA_PATH%\ISAPI6WebAgent.dll" 
           resourceType="Unspecified" requireAccess="None" allowPathInfo="false" preCondition="" responseBufferLimit="4194304" />
    </handlers>
    <modules>
      <remove name="FormsAuthentication" />
    </modules>
</system.webServer>

1 个答案:

答案 0 :(得分:1)

问题已解决:显然,要使SiteMinder保护ASP.NET MVC应用程序,必须将其升级到R12.5 / WebAgent 7或更高版本。只需更新IIS服务器上的SiteMinder即可开始工作。