Hi all,
I'm looking for a saml/sso plugin, working with redmine 5.1.10 and an adfs infrastructure .
Any feedbacks please ?
I've tried the plugin redmine_omniauth_saml . I got problems when I'm activating the plugin with :
bundle exec rake redmine:plugins
Lots of errors of uninitialized variables like :
"rake aborted!
NameError : unitialized constant Redmine:xxxx
xxxx refers to an rb file in root-redmine/lib/redmine
I can fix the error by patching the called .rb file with some require statements like :
require lib/redmine/xxxx
Am I missing a path declaration for passenger , somewhere in the plugin call ?
Best regards