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 (about 2 years ago) | |
Current version: | 2.2.8 | |
Compatible with: | Redmine 5.1.x | |
User ratings: |
Redmine authentication through OAuth.
Supported OAuth providers:- Azure AD (https://azure.microsoft.com)
- Custom (OpenID Connect - OIDC)
- GitLab (https://about.gitlab.com)
- Google (https://google.com)
- Keycloak (https://www.keycloak.org)
- Otka (https://www.okta.com)
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.8 (2024-10-24)
Compatible with Redmine 5.1.x.
- Spanish localization update
2.2.6 (2024-10-10)
Compatible with Redmine 5.1.x.
- Spanish localization fix
2.2.5 (2024-10-09)
Compatible with Redmine 5.1.x.
- Spanish localization
- An automatic update of user's name based on data from OAuth
- Authorization based on roles provided from OAuth
- Automatic logon
- SSO Logoff
2.2.4 (2024-07-23)
Compatible with Redmine 5.1.x.
- Bugs fixing
2.2.3 (2024-07-18)
Compatible with Redmine 5.1.x.
- Client secret encrypted
- Configurable provider's fields for the first and last name
2.2.2 (2024-07-04)
Compatible with Redmine 5.1.x.
- Separated self-registration
2.2.1 (2024-06-04)
Compatible with Redmine 5.1.x.
- An option to hide the login form
- Do not require a password change or 2FA initialization if OAuth is being used
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.