外掛目錄 » Redmine OAuth
|
作者 | Karel Pičman |
---|---|---|
網站 | https://github.com/kontron/redmine_oauth | |
程式碼儲存庫 | https://github.com/kontron/redmine_oauth.git | |
註冊日期 | 2022-09-16 (約 2 年前) | |
目前版本 | 2.2.4 | |
相容於 | Redmine 5.1.x | |
使用者評分 |
透過 OAuth 進行 Redmine 驗證。
支援的 OAuth 提供者- Azure AD (https://azure.microsoft.com)
- 自訂 (OpenID Connect - OIDC)
- GitLab (https://about.gitlab.com)
- Google (https://google.com)
- Keycloak (https://keycloak.dev.org.tw)
- Otka (https://www.okta.com)
安裝說明
例如: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
更新日誌
2.2.4 (2024-07-23)
與 Redmine 5.1.x 相容。
- 錯誤修正
2.2.3 (2024-07-18)
與 Redmine 5.1.x 相容。
- 用戶端密碼已加密
- 可設定提供者的姓名字段
2.2.2 (2024-07-04)
與 Redmine 5.1.x 相容。
- 獨立的自註冊功能
2.2.1 (2024-06-04)
與 Redmine 5.1.x 相容。
- 隱藏登入表單的選項
- 如果正在使用 OAuth,則不需要變更密碼或初始化雙重驗證
2.2.0 (2024-03-05)
與 Redmine 5.1.x 相容。
- 自訂 OIDC 提供者
2.1.5 (2024-01-15)
與 Redmine 5.1.x 相容。
- 法文在地化
2.1.4 (2024-01-12)
與 Redmine 5.1.x 相容。
- 自動登入
- Google OAuth 提供者
- Keycloak OAuth 提供者
2.1.3 (2023-11-20)
與 Redmine 5.1.x 相容。
- IMAP 驗證修正
2.1.2 (2023-11-15)
與 Redmine 5.1.x 相容。
- 需要 Redmine 5.1.x(不再與 *net-imap* gem 衝突)
2.1.1 (2023-06-30)
與 Redmine 5.0.x 相容。
- GitLab 增強功能
2.1.0 (2023-06-02)
與 Redmine 5.0.x 相容。
- GitLab OAuth 提供者
2.0.2 (2023-02-10)
與 Redmine 5.0.x 相容。
- 返回網址
2.0.1 (2022-12-23)
與 Redmine 5.0.x 相容。
- 無效的憑證錯誤
2.0.0 (2022-11-08)
與 Redmine 5.0.x 相容。
- 透過 OAuth 接收 IMAP rake 工作
1.0.4 (2022-10-26)
與 Redmine 5.0.x 相容。
- 使用者的上次連線時間戳記
1.0.3 (2022-10-18)
與 Redmine 5.0.x 相容。
- 正確處理鎖定的使用者
1.0.2 (2022-10-10)
與 Redmine 5.0.x 相容。
- 德文在地化
1.0.1 (2022-10-07)
與 Redmine 5.0.x 相容。
- Okta OAuth 提供者
- 跨站請求偽造實作
- OAuth 登入按鈕改版
1.0.0 (2022-09-16)
與 Redmine 5.0.x 相容。