ASP.NET MVC attribute

VanFosson, Timothy L timothy-vanfosson at uiowa.edu
Fri Nov 18 16:43:31 GMT 2011


I'm new to the list so forgive me if this isn't an appropriate request.

I'm about to implement a Shibboleth-protected site that uses ASP.NET MVC.  I realize that I can use the existing ISAPI filter to protect various components of the site, but I'd like to still with the MVC  convention-based approach and use an AuthorizeAttribute (or a derived class based on that) that does the same work as the ISAPI filter, http://msdn.microsoft.com/en-us/library/system.web.mvc.authorizeattribute.aspx.

Does anyone know of such an attribute? If not, are there any resources you can point me to (other than the source, which I have) that will help me understand the workflow of the filter so I can implement it as an attribute-based filter on my methods?  I'd happily contribute any work that I do back to the community or participate with others who might be working on this.

tv
--
Timothy VanFosson
Software Developer
ICON Technical Lead
2800 University Capitol Centre
Iowa City, Iowa 52242
319 335 5252

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/dev/attachments/20111118/83e5bda9/attachment.html 


More information about the dev mailing list