chrodriguez / redmine_omniauth_saml

Plugins that adds SAML authentication support for "Redmine"
GNU General Public License v2.0
38 stars 57 forks source link

Allow SSO attributes including dots #49

Open varenius opened 4 years ago

varenius commented 4 years ago

This is a minor change to allow SSO attributes including dots, such as :mail => 'extra|raw_info|urn:oid:0.9.2342.19200300.100.1.3', Also added examples to sample-saml-initializers.rb to clarify how to configure.

This fixes #47.