SAML Plugin for Redmine
Added by Alex Nguyen almost 4 years ago
I have tried to install the Redmine SAML: https://github.com/AlphaNodes/redmine_saml
Has anyone encounter a problem that keep saying: uninitialized constant additional
I have check the init.rb and see that the Additionals is what causing it, but I don't see how it is causing a problem,
I am not a ruby programmer so I am unsure how it is causing problem.
I did look at https://www.redmine.org/boards/3/topics/57005 but no related information that can help me fix this issue.
Replies (2)
RE: SAML Plugin for Redmine - Added by Marcus Bianchy over 1 year ago
Dear Alex, sorry for the late reply but I just started to use this plugin two days ago.
I learned the "SAML" plugin (https://github.com/alphanodes/redmine_saml) has a dependency from "Additional" plugin (https://github.com/alphanodes/additionals), i.e. you have to install both of the plugins to actually use SAML authentication. I think the message is trying to tell exactly this.
Did you make any progress in using this plugin? I managed to actually activate the plugins and configure it so far that the login fails with "unknown user" from Redmine altough the button "Create users automatically?" is checked but the error logs are not very helpful...
Best,
Marcus
RE: SAML Plugin for Redmine - Added by Nicolas Metters 12 months ago
- The SAML plugin has been updated and works out of the box for me plugin version 1.0.6 on Redmine 5.0.5 :
https://github.com/omniauth/omniauth-saml#options
For whoever it could interrest: I've documented the SAML plugin configuration in Redmine 5.0.5 using Keycloak v22
https://www.nicksopenworld.com/configure-redmine-sso-with-keycloak-using-saml/