Project

General

Profile

Plugins Directory » Redmine OAuth

Author: Karel Pičman
Website: https://github.com/kontron/redmine_oauth
Code repository: https://github.com/kontron/redmine_oauth.git
Registered on: 2022-09-16 (over 1 year ago)
Current version: 2.2.0
Compatible with: Redmine 5.1.x
User ratings:   (0)

Redmine authentication through OAuth.

Supported OAuth providers:

Installation notes

E.g. Linux + Apache

cd plugins
git clone https://github.com/kontron/redmine_oauth.git
chown -R www-data:www-data redmine_oauth
cd ..
bundle install
systemctl restart apache2

Changelog

2.2.0 (2024-03-05)

Compatible with Redmine 5.1.x.

  • Custom OIDC provider

2.1.5 (2024-01-15)

Compatible with Redmine 5.1.x.

  • French localisation

2.1.4 (2024-01-12)

Compatible with Redmine 5.1.x.

  • Autologin
  • Google OAuth provider
  • Keycloak OAuth provider

2.1.3 (2023-11-20)

Compatible with Redmine 5.1.x.

  • IMAP authentication fix

2.1.2 (2023-11-15)

Compatible with Redmine 5.1.x.

  • Redmine 5.1.x required (no more conflict with net-imap gem)

2.1.1 (2023-06-30)

Compatible with Redmine 5.0.x.

  • GitLab enhancement

2.1.0 (2023-06-02)

Compatible with Redmine 5.0.x.

  • GitLab OAuth provider

2.0.2 (2023-02-10)

Compatible with Redmine 5.0.x.

  • Back URL

2.0.1 (2022-12-23)

Compatible with Redmine 5.0.x.

  • Invalid credentials error

2.0.0 (2022-11-08)

Compatible with Redmine 5.0.x.

  • Receive IMAP rake task over OAuth

1.0.4 (2022-10-26)

Compatible with Redmine 5.0.x.

  • Users' last connection timestamp

1.0.3 (2022-10-18)

Compatible with Redmine 5.0.x.

- Right processing of locked users

1.0.2 (2022-10-10)

Compatible with Redmine 5.0.x.

  • German localisation

1.0.1 (2022-10-07)

Compatible with Redmine 5.0.x.

  • Okta OAuth provider
  • Cross Site Request Forgery implementation
  • OAuth login button facelift

1.0.0 (2022-09-16)

Compatible with Redmine 5.0.x.