[horde] mobile browsers getting stuck in /services/portal/
    Liam Hoekenga 
    liamr at umich.edu
       
    Thu Jun 19 19:15:53 UTC 2008
    
    
  
>> We're using transparent auth...
>> Shouldn't the transparent authentication check happen first?
>
> No; people who have just authenticated should be sent to the index (where 
> initial_application is processed, etc.) instead of being shown the portal. If 
> you do the Auth::isAuthenticated check first, it'll catch people who were 
> logged in already _plus_ people who are newly authenticated via transparent 
> auth.
Actually, I found the culprit.  horde/login.php ~ line 32...
    if ($browser->isMobile()) {
      ...
    }
this is what's forcing mobile users into the portal.
Liam
    
    
More information about the horde
mailing list