Passthrough Authentication or SSO
Added by Scott H. over 11 years ago
Relatively new Redmine user here. We currently have LDAP integration on which our Active Directory users use to login, works great. However, looking to take it a step further and configure redmine (or another app like OpenAM) to use passthrough authentication for Active Directory for users hitting our Redmine URL and auto-signing in using their windows session credentials. Is this doable?
I've done a bunch of searching online but coming up empty. I'm starting to think it's something that's just not going to work and I need to drop it and move on. Thanks for any info.
Replies (3)
RE: Passthrough Authentication or SSO - Added by Martin Dubé over 11 years ago
Hi,
I've looked for the same thing a few weeks ago and here is the best post I found:
http://www.redmine.org/boards/2/topics/127?page=1
This mainly talk about Windows. For Linux, I think you have to use mod_auth_ntlm_winbind:
http://modntlm.sourceforge.net/
http://www.samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/
For now, I have decided to not use SSO.
Martin
RE: Passthrough Authentication or SSO - Added by Scott H. over 11 years ago
Good stuff, I'll see if I can mimic what they're stating in that first link. Thanks Martin.
RE: Passthrough Authentication or SSO - Added by Bruno Medeiros almost 9 years ago
Just setup this:
https://www.redmine.org/plugins/single_auth
This post (of mine) may help:
http://brunojcm.blogspot.com.br/2016/02/redmine-ad-sso-setup.html