Project

General

Profile

How to integrate CAS for redmine 1.3.0?

Added by Bo Xie about 12 years ago

I test the following 3 CAS plugins in my redmine 1.3.0 (http://bitnami.org/files/stacks/redmine/1.3.0-1/bitnami-redmine-1.3.0-1-ubuntu-10.10.zip) but they all do not work.

1. http://www.redmine.org/plugins/redmine_cas
I got the error 310 (detail info is in https://forja.cenatic.es/tracker/index.php?func=detail&aid=1384&group_id=186&atid=836)

2. http://www.redmine.org/plugins/redmine_omniauth_cas
The error message is "no such file to load -- omniauth/core" even I have run "gem install omniauth" successfully.
---- detailed info ---
root@linux:/opt/bitnami/apps/redmine# rake db:migrate:all RAILS_ENV=production
Please install RDoc 2.4.2+ to generate documentation.
rake aborted!
no such file to load -- omniauth/core

Tasks: TOP => db:migrate:all => db:migrate => environment
(See full trace by running task with --trace)
-------------------------

3. http://github.com/ifad/redmine-cas-plugin
I install this plugin and click "login". It just does not work. I mean it should redirect me to cas login page, but it does not.