-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Urdr bypasses 2FA upon basic auth #555
Comments
So if it's possible to login with only password using the API when 2FA is enabled in redmine then it's a redmine bug. I don't quite remember how urdr authenticates against redmine, but it could be interesting to know if it's the same behaviour if it's a new user to urdr that have 2 factor enabled. In any case, this has a low priority. |
Related to https://www.redmine.org/issues/35001 |
@viklund As of Redmine version 5 (https://github.com/redmine/redmine/releases/tag/5.0.2) users with 2FA enabled on Redmine will not be able to authenticate using basic authentication with username and password. Urdr users with active sessions will still be able to use the system but afterwards urdr will presumably not be usable by users with 2FA enabled. |
I'm currently working on getting Redmine v5 working. Though there are some problems with a few plugins. I guess you'll have to disable 2fa before using urdr? |
I think I will create an issue to implement 2FA on urdr. Feel free to downprioritise it :) |
#560 should address this issue |
Describe the bug
When 2FA is enabled on your Redmine account, urdr allows you to bypass this using simple username and password login.
Steps to reproduce
The text was updated successfully, but these errors were encountered: