mixed-mode authentication postback problem



Hi there

I implemented a mixed mode authentication as follows:
main site using forms authentication
redirector site using windows authentication, creates a forms authentication cookie and redirects to main site

the problem is if i go to the main site everything works fine

if i go to the redirector site it redirects to the main site ( as expected, cookie is generated as expected and in site Context.Current.User is set as expected ) but no postbacks occur anymore, even if i logout an logon to the main site problem resides, i figured out that any "redirector" site protected by windows authentication redirecting to my site causes postbacks to not function anymore.

I tried the sample from Microsoft Press Book "Developing More-Secure Microsoft® ASP.NET 2.0 Applications" and same thing happened.

My config Vista SP1 .NET 3.5
or 2003 R2 .NET 3.5

Applications are .NET 2.0 applications

tia dom
.



Relevant Pages

  • Re: mixed mode authentication + no postbacks
    ... From your description, you've applied a custom mixed authenitcation in your ASP.NET web application,and the windows authentication module will generate forms authentication cookie and redirect user to formsauthentication site. ... However, you found that after redirected from windows authenticatino site, any page postback operation no longer work, correct? ... I'm still not quite sure about the exact result and behavior when you go through the redirector module and return to main site pages. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • RE: mixed mode authentication + no postbacks
    ... ASP.NET web application,and the windows authentication module will generate ... postback not work, do you mean even putting a typical submit button(and ... behavior when you go through the redirector module and return to main site ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: mixed mode authentication + no postbacks
    ... in your ASP.NET web application,and the windows authentication module ... any page postback operation no ... redirector module and return to main site pages. ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • mixed mode authentication + no postbacks
    ... I implemented a mixed mode authentication as follows: ... creates a forms authentication cookie and redirects to main site ... if i go to the redirector site it redirects to the main site but no postbacks occur anymore, even if i logout an logon to the main site problem resides, i figured out that any "redirector" site protected by windows authentication redirecting to my site causes postbacks to not function anymore. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: mixed mode authentication + no postbacks
    ... Microsoft MSDN Online Support Lead ... mixed mode authentication + no postbacks ... if i go to the redirector site it redirects to the main site (as ...
    (microsoft.public.dotnet.framework.aspnet.security)