adelahmd / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

No logout possible after remote user single sign on #578

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. add .htaccess file with remote user indicated in require valid-user usera
2. change configuration.php addding "authentication_methods" => array("pw", 
"remote"),
3. create url prepending usera:usera@http://www.blahblah

What is the expected output? What do you see instead?

Once the remote user is automatically logged in, it is not possible to logout. 
For example, i would like to occassionally logout and log back in with an admin 
account to upload content

What version of the product are you using? On what operating system?

Latest. Ubuntu 10.04

Please provide any additional information below.

Original issue reported on code.google.com by giannipe...@gmail.com on 12 Dec 2014 at 1:13

GoogleCodeExporter commented 8 years ago
Please disregard. I found a workaround that works for our implementation. 
Thanks!

Original comment by giannipe...@gmail.com on 12 Dec 2014 at 2:16

GoogleCodeExporter commented 8 years ago
It's not actually even meant to be there.

It's the web server that just passes the login information from some other part 
of the system, so if you want to logout or login as other person, you need to 
logout from that other place. Then when you get back to mollify page, it will 
recognize the new login.

Original comment by samuli.j...@gmail.com on 12 Dec 2014 at 2:32

GoogleCodeExporter commented 8 years ago
Thanks ! What i ended up doing was creating a new link under our site's
admin profile with mollify's admin credentials. Worked to our advantage
also as the restricted user wont be able to logout mollify at all

Original comment by giannipe...@gmail.com on 12 Dec 2014 at 2:37