<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">I’m new to the list so forgive me if this isn’t an appropriate request.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">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,
<a href="http://msdn.microsoft.com/en-us/library/system.web.mvc.authorizeattribute.aspx">
http://msdn.microsoft.com/en-us/library/system.web.mvc.authorizeattribute.aspx</a>.
<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">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.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">tv<o:p></o:p></p>
<p class="MsoNormal">--<o:p></o:p></p>
<p class="MsoNormal">Timothy VanFosson<o:p></o:p></p>
<p class="MsoNormal">Software Developer<o:p></o:p></p>
<p class="MsoNormal">ICON Technical Lead<o:p></o:p></p>
<p class="MsoNormal">2800 University Capitol Centre<o:p></o:p></p>
<p class="MsoNormal">Iowa City, Iowa 52242<o:p></o:p></p>
<p class="MsoNormal">319 335 5252<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>