redmine_omniauth_saml
redmine_omniauth_saml copied to clipboard
Allow SSO attributes including dots
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.