<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>signinas Discussions Rss Feed</title><link>https://signinas.codeplex.com/discussions</link><description>signinas Discussions Rss Description</description><item><title>New Post: ASP.NET MVC</title><link>http://signinas.codeplex.com/discussions/361643</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;span style="color: black; font-size: 10pt;" lang="EN-US"&gt;Hi,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: black; font-size: 10pt;" lang="EN-US"&gt;i didn't manage to find the time to do a repro for this problem. As mentioned in my email i think this might indeed be a caching problem. If you trace the application with a tool like fiddler can you verify that the wrong username is not delivered from a cached (HTTP 304) page? If you check the whoami.signinas page is this always telling the right thing? We had a similar problem in the lync installation, but it was a caching issue only if we switched the user to often for testing purpose. Using it in real life situation (for us) the user opens the page and switched once and then closes the browser after work is done.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: black; font-size: 10pt;" lang="EN-US"&gt;Please remember the authentication is working per URI (=URL). If you switch the authentication for &lt;a href="http://mydemoapp:5674/"&gt;&lt;span style="color: blue;"&gt;http://mydemoapp:5674&lt;/span&gt;&lt;/a&gt; it will only be switched at this url and any url below. It would not affect &lt;a href="http://mydemoapp.company.local/"&gt;&lt;span style="color: blue;"&gt;http://mydemoapp.company.local&lt;/span&gt;&lt;/a&gt;. But i assume this would already be a problem for you because of the rules that apply to scripting (cross site scripting and same origin policy).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: black; font-size: 10pt;" lang="EN-US"&gt;Also keep in mind that the authentication is bound to the current process. If you try to launch a excel sheet accessing data from your app this will run in the local user context. This is a common problem in SharePoint, if user switched the identity and then tries to work with office documents from a library.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: black; font-size: 10pt;" lang="EN-US"&gt;Maybe &lt;a href="http://www.fiddler2.com/fiddler2/"&gt;http://www.fiddler2.com/fiddler2/&lt;/a&gt;&amp;nbsp;will help to trak your problem down. Try checking the http headers responsible for caching.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: black; font-size: 10pt;" lang="EN-US"&gt;Ciao Marco&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>GeekDotNet</author><pubDate>Wed, 11 Jul 2012 06:58:34 GMT</pubDate><guid isPermaLink="false">New Post: ASP.NET MVC 20120711065834A</guid></item><item><title>New Post: ASP.NET MVC</title><link>http://signinas.codeplex.com/discussions/361643</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Another problem is, that when using IE9 with a IIS 7.5, the logged in user is switching back and forth after reloading the page. Possibly a cache problem.&lt;/p&gt;
&lt;p&gt;Any ideas out there?&lt;/p&gt;&lt;/div&gt;</description><author>yim77</author><pubDate>Mon, 02 Jul 2012 11:57:13 GMT</pubDate><guid isPermaLink="false">New Post: ASP.NET MVC 20120702115713A</guid></item><item><title>New Post: ASP.NET MVC</title><link>http://signinas.codeplex.com/discussions/361643</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I managed it to find a solution.&lt;/p&gt;
&lt;p&gt;
&lt;div style="color: black; background-color: white;"&gt;
&lt;pre&gt;&lt;span style="color: blue;"&gt;public&lt;/span&gt; &lt;span style="color: blue;"&gt;static&lt;/span&gt; &lt;span style="color: blue;"&gt;void&lt;/span&gt; RegisterRoutes(RouteCollection routes)
        {
            routes.IgnoreRoute(&lt;span style="color: #a31515;"&gt;"{resource}.signinas/{*pathInfo}"&lt;/span&gt;);
           
        }
&lt;/pre&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;This is working fine.&lt;/p&gt;&lt;/div&gt;</description><author>yim77</author><pubDate>Mon, 02 Jul 2012 11:55:33 GMT</pubDate><guid isPermaLink="false">New Post: ASP.NET MVC 20120702115533A</guid></item><item><title>New Post: ASP.NET MVC</title><link>http://signinas.codeplex.com/discussions/361643</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Does anybody know how to get this working in a MVC 3 environment?&lt;/p&gt;
&lt;p&gt;How to configure the MVC handler in a way that the SIGNINAS handler is called?&lt;/p&gt;
&lt;/div&gt;</description><author>yim77</author><pubDate>Mon, 02 Jul 2012 07:46:21 GMT</pubDate><guid isPermaLink="false">New Post: ASP.NET MVC 20120702074621A</guid></item></channel></rss>