Feature #35755
Drop OpenID support
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | OpenID | |||
Target version: | 5.0.0 | |||
Resolution: | Fixed |
Description
Redmine currently supports OpenID authentication.
However, OpenId was obsoleted by OpenID Connect some years ago and most OpenID providers discontinued their services. Now it is very difficult to find a web service with an OpenID provider service. This means that it is difficult for Redmine users to start using OpenID login. And it is not easy for us to test if Redmine's OpenID support is working properly.
Given this situation, probably very few users are using OpenID login in Redmine. I think it is time to remove OpenID support from Redmine.
Related issues
History
#1
Updated by Mischa The Evil 10 months ago
Go MAEDA wrote:
However, OpenId was obsoleted by OpenID Connect some years ago [...]
I hadn't noticed that change.
Go MAEDA wrote:
[...] And it is not easy for us to test if Redmine's OpenID support is working properly.
Well, AFAIK it isn't working OOTB properly at least. And that already for 10(+) years. See #3780, #5966, #11778 and the 'OpenID Fix' plugin by Andriy Lesyuk.
Go MAEDA wrote:
[...] I think it is time to remove OpenID support from Redmine.
I agree. +1. And I think that JPL would wholeheartedly agree too (given the thoughts he expressed at the time in #699#note-14)...
#2
Updated by Holger Just 9 months ago
- Related to Defect #35688: OpenIdAuthentication alias_method_chain added
#4
Updated by Go MAEDA 9 months ago
- Related to Defect #32293: Redmine does not start if optional openid gems are not installed added
#7
Updated by Go MAEDA 5 months ago
- Related to Feature #699: OpenID login added
#8
Updated by Go MAEDA 5 months ago
- Related to Defect #36326: Missing div tag in views page added
#9
Updated by Felix Singer about 1 month ago
Given this situation, probably very few users are using OpenID login in Redmine. I think it is time to remove OpenID support from Redmine.
If you don't know, then maybe you should ask your users before you do such a change. We just set up a Keycloak for our services and so we wanted to use this. Are you planning to replace it with an alternative? OAuth2?
OpenId was obsoleted by OpenID Connect some years ago and most OpenID providers discontinued their services.
How can a native function get obselete if the alternative is a 3rd party plugin? Should that be a feature or an improvement? That's a huge step backwards.
Also, looking at the pages for issues and pull requests from that OpenID Connect plugin, it looks pretty much unmaintained. So again, how can this be a proper alternative?
https://github.com/devopskube/redmine_openid_connect
Now it is very difficult to find a web service with an OpenID provider service. This means that it is difficult for Redmine users to start using OpenID login.
What? First, there are not only hosted solutions out there. You can set up your own service, see Keycloak or SimpleID. So I don't see how this could be an argument why it should be difficult to start using it. It depends on who you ask. It's very common for companies or organizations to use some sort of SSO or OpenID login, as you maybe know.
And it is not easy for us to test if Redmine's OpenID support is working properly.
As I just mentioned, you can set up your own service. So I don't get why it's not "easy" for you to test if it's working properly. There are definitely possibilities.
Please consider reverting this change or providing an alternative, e.g. login with OAuth2.
#11
Updated by markus schulte 17 days ago
hey guys,
you can easily configure keycloak to be an oidc server.
and then use redmine_oidc or relevants. works like a charm!
except you dared using rm5.0. but that's a different story i guess.
cheers,
/markus