This is a fork of Ninech's Redmine CAS Plugin.
The key differences:
- Adjusted to work on Redmine 3.4.
- Show a registration form when creating new users on the fly.
- Configure whether users are automatically redirected to the CAS login page when signin in.
Tested with Redmine 3.4
- Download or clone this repository and place it in the Redmine
plugins
directory asredmine_cas
- Restart your webserver
- Open Redmine and check if the plugin is visible under Administration > Plugins
- Follow the "Configure" link and set the parameters
- Party
If your installation has no public areas ("Authentication required") and you are not logged in, you will be redirected to the login page. The login page will show a link that lets the user login with CAS.
When "Automatic redirect" is enabled, users are automatically redirected to the CAS server, without showing the login page. To access the login page, you will need to access it directly (http://example.com/path-to-redmine/login).
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
By enabling this setting, successfully authenticated users can register themselves to Redmine during their first login. Note: These user accounts are always created as active users, regardless of the self registration settings in Redmine.
Copyright (c) 2013-2014 Nine Internet Solutions AG. See LICENSE.txt for further details. Copyright (c) 2017 Joeri Jongbloets.