We noticed that Windows Authentication required several round trips for each resource request in our ASP.NET MVC app. We believe that we can reduce this to one round trip per resource by passing a cookie along with each request. As far as I know the following should be possible:

1) user navigates to http://server/app

2) http://server/app does not find a cookie and redirects to http://authserver/authapp

3) http://authserver/authapp recognises the windows user and a request for claims for http://server/app

4) http://authserver/authapp issues a cookie with claims and redirects to http://server/app

Is it possible?

link|improve this question

40% accept rate
Might want to improve your accept rate before expecting anyone to answer your questions. – Dismissile Feb 1 at 18:05
Done. thanks for advice. – user195166 Feb 2 at 11:41
It sounds like you are describing the WS-Federation passive mechanism supported by some STS endpoints. Are you asking if this will work with ADFS2.0? Because yes this is the simplest use-case. – Sean Hanley Feb 11 at 3:32
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.