Project

General

Profile

Plugins Directory » OpenID Fix

Author: Andriy Lesyuk
Website: http://projects.andriylesyuk.com/projects/openid-fix
Code repository: http://subversion.andriylesyuk.com/openid-fix
Registered on: 2011-12-19 (about 12 years ago)
Current version: 0.2.0
Compatible with: Redmine 2.5.x, 2.4.x, 1.4.x
User ratings:   (0)

This plugin makes Redmine work with Google OpenID accounts. See #3780 and #5966.

Additionally, the plugin allows to configure, which OpenID providers can be used to sign in. For this it adds new menu item to Administration.

Security note

Allowing any OpenID provider to be used for signing in into your website is dangerous! As some providers can be created by, e.g., spammers.

For this reason the OpenID Fix plugin enables the URL verification by default, what can make some of your users be unable to login.

So, after installing or upgrading this plugin you might need to either a) disable the Verify OpenID URL option in Administration - Plugins - OpenID Fix - Configure or b) add other OpenID providers under Administration - OpenID authentication.

By default OpenID Fix checks the OpenID URL against the predefined list of most popular providers.

Installation notes

  • Copy openid_fix directory to #{RAILS_ROOT}/plugins.
  • Run: rake redmine:plugins:migrate RAILS_ENV=production.
  • Restart Redmine.

Changelog

0.2.0 (2014-05-14)

Compatible with Redmine 2.5.x, 2.4.x, 1.4.x.

  • OpenID provider whitelisting.
  • Redmine 2.4.x and 2.5.x support.

0.1.0 (2013-02-10)

Compatible with Redmine 2.2.x, 2.1.x, 2.0.x, 1.4.x, 1.0.x.

This version allows to specify separate self-registration mode for OpenID.

0.0.2 (2012-04-16)

Compatible with Redmine 1.0.x, 1.1.x, 1.2.x, 1.3.x.

Added support for manual activation.

0.0.1 (2011-12-19)

Compatible with Redmine 1.0.x, 1.1.x, 1.2.x, 1.3.x.