Mixing Forms and Token Authentication in a single ASP.NET Application (the Details)
- by Your DisplayName here!
The scenario described in my last post
works because of the design around HTTP modules in ASP.NET. Authentication related
modules (like Forms authentication and WIF WS-Fed/Sessions) typically subscribe to
three events in the pipeline – AuthenticateRequest/PostAuthenticateRequest for
pre-processing and EndRequest for post-processing (like making…