6.0.0-beta1
7/23/25

[#3564] Auth Redirection
Summary Auth Redirection
Queue MIMP
Queue Version HEAD
Type Bug
State Not A Bug
Priority 1. Low
Owners
Requester palrakesh (at) gmail (dot) com
Created 03/06/2006 (7079 days ago)
Due
Updated 03/06/2006 (7079 days ago)
Assigned 03/06/2006 (7079 days ago)
Resolved 03/06/2006 (7079 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
03/06/2006 07:17:31 PM Chuck Hagenbuch State ⇒ Not A Bug
 
03/06/2006 07:15:48 PM palrakesh (at) gmail (dot) com Comment #3 Reply to this comment
What version are you using? The check is fine in CVS and that file
hasn't had major changes for over a year. The logic matches IMP
exactly, as well, so if your diff is reversed I still don't agree
with you.

You need to have MIMP handle horde auth for mobile users.
Extremely sorry for hitting the red button. Its fine .. had some mis 
configuration in my setup. Have the latest stuff from the CVS for 
MIMP, stuff working fine without any need of changes.
03/06/2006 06:14:31 PM Chuck Hagenbuch Comment #2
Taken from Michael Slusarz
State ⇒ Feedback
Reply to this comment
What version are you using? The check is fine in CVS and that file 
hasn't had major changes for over a year. The logic matches IMP 
exactly, as well, so if your diff is reversed I still don't agree with 
you.



You need to have MIMP handle horde auth for mobile users.
03/06/2006 02:23:40 PM Jan Schneider Assigned to Michael Slusarz
State ⇒ Assigned
 
03/06/2006 11:35:58 AM palrakesh (at) gmail (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Auth Redirection
Queue ⇒ MIMP
Reply to this comment
Probably a Auth Redirction bug in Mimp/lib/base.php, when MIMP is 
responsible for Login, the redirection still happened to the Horde 
login page. Did a small change to get my server url 
http://<server>/horde/mimp/ take me to MIMP login page.



Change diffed as

#  diff base.php base.php.orig

43c43

< if (!(Auth::isAuthenticated() || (Auth::getProvider() != 'mimp'))) {

---
if (!(Auth::isAuthenticated() || (Auth::getProvider() == 'mimp'))) {
Prior to this change the http://<server>/horde/mimp/ took me to HORDE 
login page, which was not expected when viewed through WAP.


Saved Queries