Shibboleth SP with Windows IIS7 and MVC

Luke Tillman luke.tillman at hobsons.com
Wed May 23 18:28:22 BST 2012


I just ran into a similar problem when setting up an MVC site with the SP. 
You might try making sure that you have runAllManagedModulesForAllRequests
set to false in the Web.config for your MVC site:

<modules runAllManagedModulesForAllRequests="false" />

I think some managed module must have been intercepting the request for
/Shibboleth.sso/Status and giving me a 404.  Once I turned that off, I was
able to access the handler.  Make sure you understand the implications of
changing that setting though (it has other effects).



--
View this message in context: http://shibboleth.1660669.n2.nabble.com/Shibboleth-SP-with-Windows-IIS7-and-MVC-tp7560582p7573867.html
Sent from the Shibboleth - Users mailing list archive at Nabble.com.


More information about the users mailing list