Redmine plugin for CAS based SSO
This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Nils Caspar 82f3ca561c Bump version 2013-07-09 11:12:31 +02:00
app/views/redmine_cas Initial version 2013-03-29 11:33:52 +01:00
config/locales Initial version 2013-03-29 11:33:52 +01:00
lib Fix compatibility with Ruby > 1.9 2013-07-09 11:12:31 +02:00
Gemfile Initial version 2013-03-29 11:33:52 +01:00
LICENSE.txt Initial version 2013-03-29 11:33:52 +01:00
README.md Update README.md 2013-07-03 00:23:39 +02:00
init.rb Bump version 2013-07-09 11:12:31 +02:00

README.md

Redmine CAS plugin

Plugin to CASify your Redmine installation.

Compatibility

Tested with Redmine 2.2.3 and 2.3.0, but should work fine with Redmine 2.x and possibly 1.x. We use CASino as CAS server, but it should work with others as well.

Installation

  1. Download or clone this repository and place it in the Redmine plugins directory
  2. Restart your webserver
  3. Open Redmine and check if the plugin is visible under Administration > Plugins
  4. Follow the "Configure" link and set the parameters
  5. Party

Notes

Usage

This plugin was made for redmine installations without public areas ("Authentication required"). The default login page will still work when you access it directly (http://example.com/path-to-redmine/login).

Single Sign Out, Single Logout

The sessions have to be stored in the database to make Single Sign Out work. You can achieve this with a tiny plugin: redmine_activerecord_session_store

Copyright (c) 2013 Nine Internet Solutions AG. See LICENSE.txt for further details.