<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Custom Authorization With Asp.net MVC</title>
	<atom:link href="http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/</link>
	<description>All Things .Net and Me</description>
	<lastBuildDate>Wed, 14 Dec 2011 23:12:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Stephen</title>
		<link>http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/comment-page-1/#comment-508</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Wed, 14 Dec 2011 23:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/#comment-508</guid>
		<description>WOW! Thank you so much for this article. This helped me SO much!</description>
		<content:encoded><![CDATA[<p>WOW! Thank you so much for this article. This helped me SO much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How do I assign a Role to an OpenId user for an ASP.NET MVC site?</title>
		<link>http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/comment-page-1/#comment-463</link>
		<dc:creator>How do I assign a Role to an OpenId user for an ASP.NET MVC site?</dc:creator>
		<pubDate>Sat, 01 Oct 2011 23:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/#comment-463</guid>
		<description>[...] stumbled across this web post about making a custom Authorize attribute. Notice how they are checking the logged in users role [...]</description>
		<content:encoded><![CDATA[<p>[...] stumbled across this web post about making a custom Authorize attribute. Notice how they are checking the logged in users role [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manthan</title>
		<link>http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/comment-page-1/#comment-461</link>
		<dc:creator>Manthan</dc:creator>
		<pubDate>Mon, 26 Sep 2011 10:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/#comment-461</guid>
		<description>&lt;b&gt; THANKS A LOT 

This post helped me a lot..</description>
		<content:encoded><![CDATA[<p><b> THANKS A LOT </p>
<p>This post helped me a lot..</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garry</title>
		<link>http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/comment-page-1/#comment-424</link>
		<dc:creator>Garry</dc:creator>
		<pubDate>Wed, 03 Aug 2011 20:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/#comment-424</guid>
		<description>@Schotime

Ah that&#039;s right.  I got my session storage and cookie storage mixed up :).</description>
		<content:encoded><![CDATA[<p>@Schotime</p>
<p>Ah that&#8217;s right.  I got my session storage and cookie storage mixed up <img src='http://schotime.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schotime</title>
		<link>http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/comment-page-1/#comment-418</link>
		<dc:creator>Schotime</dc:creator>
		<pubDate>Fri, 22 Jul 2011 00:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/#comment-418</guid>
		<description>@Garry,
You &lt;strong&gt;cannot&lt;/strong&gt; change the session variable from the client side. 
It never gets sent to the client</description>
		<content:encoded><![CDATA[<p>@Garry,<br />
You <strong>cannot</strong> change the session variable from the client side.<br />
It never gets sent to the client</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garry</title>
		<link>http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/comment-page-1/#comment-416</link>
		<dc:creator>Garry</dc:creator>
		<pubDate>Fri, 15 Jul 2011 17:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/#comment-416</guid>
		<description>The only issue I see with this code is that couldn&#039;t you spoof what user group you belong to by simply changing your session role variable on the client side?

If that&#039;s the case, then would obfuscating the role session variable get around the issue by removing the predictability of your role ids?</description>
		<content:encoded><![CDATA[<p>The only issue I see with this code is that couldn&#8217;t you spoof what user group you belong to by simply changing your session role variable on the client side?</p>
<p>If that&#8217;s the case, then would obfuscating the role session variable get around the issue by removing the predictability of your role ids?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schotime</title>
		<link>http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/comment-page-1/#comment-372</link>
		<dc:creator>Schotime</dc:creator>
		<pubDate>Thu, 10 Feb 2011 08:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/#comment-372</guid>
		<description>My VS theme is based on this: &lt;a href=&quot;http://blog.wekeroad.com/2007/10/17/textmate-theme-for-visual-studio-take-2/&quot; rel=&quot;nofollow&quot;&gt;http://blog.wekeroad.com/2007/10/17/textmate-theme-for-visual-studio-take-2/&lt;/a&gt;

The &lt;&lt; is the shift operator.</description>
		<content:encoded><![CDATA[<p>My VS theme is based on this: <a href="http://blog.wekeroad.com/2007/10/17/textmate-theme-for-visual-studio-take-2/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/blog.wekeroad.com/2007/10/17/textmate-theme-for-visual-studio-take-2/?referer=');">http://blog.wekeroad.com/2007/10/17/textmate-theme-for-visual-studio-take-2/</a></p>
<p>The << is the shift operator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asp.net mvc AuthorizeAttribute update</title>
		<link>http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/comment-page-1/#comment-369</link>
		<dc:creator>asp.net mvc AuthorizeAttribute update</dc:creator>
		<pubDate>Mon, 17 Jan 2011 21:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/#comment-369</guid>
		<description>[...] http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/?referer=');">http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale</title>
		<link>http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/comment-page-1/#comment-366</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Thu, 06 Jan 2011 12:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/#comment-366</guid>
		<description>Hey I dig your VS color scheme can you send me a copy of the settings? Also never seen the double &lt;&lt; whats that?</description>
		<content:encoded><![CDATA[<p>Hey I dig your VS color scheme can you send me a copy of the settings? Also never seen the double &lt;&lt; whats that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schotime</title>
		<link>http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/comment-page-1/#comment-315</link>
		<dc:creator>Schotime</dc:creator>
		<pubDate>Tue, 21 Dec 2010 13:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://schotime.net/blog/index.php/2009/02/17/custom-authorization-with-aspnet-mvc/#comment-315</guid>
		<description>Does the Users array have any items in it?</description>
		<content:encoded><![CDATA[<p>Does the Users array have any items in it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

