Cloudron OpenID Login possible for redmine? List to plugin and information for a start
-
The wonderful setup to use openID for a login setup in cloudron is really next level.
So I was wondering if this is also available for the redmine app?
In the documentation there is something about an openID build in:
ruby-openid- https://www.redmine.org/projects/redmine/wiki/RedmineSettings#Allow-OpenID-login-and-registration
- https://github.com/openid/ruby-openid
I haven't tried this yet. But when the ruby gem is avaible it ought to be possible ...
Alternative seems this to be a quite well maintend plugin for 5.1 -
@timka good find! as you noticed, we are moving apps over slowly to use OIDC. I think I missed redmine in our list somehow. I have added it now. So, the answer is yes, we will move redmine as well (if it supports it).
-
Today I implemented an ability to set a custom OIDC provider up in
redmine_oauth
plugin. It's been already merged into upstream. I'll update the cloudron app once a new version ofredmine_oauth
plugin released.https://github.com/kontron/redmine_oauth/pull/25
https://github.com/kontron/redmine_oauth/issues/24 -
-