Project

General

Profile

Which plugin for a sso/saml centralized authentication with identity Microsoft adfs servers ?

Added by phil vel 4 days ago

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


Replies (1)

RE: Which plugin for a sso/saml centralized authentication with identity Microsoft adfs servers ? - Added by Marius BĂLTEANU about 10 hours ago

Maybe you can try https://github.com/kontron/redmine_oauth which seems to be actively developed & maintained. Just for the record mention, I did not test it.

    (1-1/1)