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 (6 months ago)
Current version: 2.0.2
Compatible with: Redmine 5.0.x
User ratings:   (0)

Redmine authentication through OAuth.

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.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.