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



此问题可能与处理所有路由和绕过SiteMinder的UrlRoutingModule有关。关于如何使SiteMinder的网络代理在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>

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

最新更新