Feature #2356
openSSO Authentication (CAS Jasig)
0%
Description
It should be very interesting to integration SSO authentication to permit user to be automaticaly identified if they are already authenticated against an SSO solution. CAS Jasig is a good solution, a ruby on rails client is available : http://www.ja-sig.org/wiki/display/CASC/Ruby+on+Rails+CAS+Client.
So that, user will be identified but SSO can just give back the username. So it can't replace ldap at all, but can be used with ldap : SSO give the username and ldap is used to retrieve information like givenname and email addresse.
Files
Related issues
Updated by Stephanie Collett almost 16 years ago
An additional possibility is using OpenID as single sign on solution. It can work with LDAP as well.
Updated by Sergio Rubio almost 15 years ago
See this patch:
Updated by Eric Gerlach over 14 years ago
Attached is a patch which provides CAS functionality, along with settings to boot. Allows both forced and optional CAS login. Don't know if it's up to code standards, but it's a start, and I'm willing to work on it further. Developed on the Debian version, but applied cleanly to HEAD. Haven't tested it on HEAD, though.
Updated by Eric Gerlach over 14 years ago
Whoops. Previous patch I attached had bugs on head. This patch applies cleanly, and should work perfectly. I'm also working on a few improvements to the logout process, but that requires changes to rubycas-client first.
Updated by Toshi MARUYAMA over 13 years ago
- Category set to Accounts / authentication
Updated by Thomas Bétrancourt over 12 years ago
How setup Redmine with CAS on the last stable version of redmine ? (2.0.3)
Updated by Pawel Orzechowski about 12 years ago
"Same question as Thomas", will this patch work with Redmine 2.x (esspecially 2.1)?
And next question is if this can be implemented as the plugin?
Updated by Nick Tan almost 12 years ago
+1 to implement this plugin, quite useful in enterprise environment, and suitable for modern ALM systems