Hi,
my attribute_mapping looks like this:
:attribute_mapping => { :login => 'urn:oid:0.9.2342.19200300.100.1.1', :mail => 'urn:oid:0.9.2342.19200300.100.1.3', :firstname => 'urn:oid:2.5.4.42', :lastname => 'urn:oid:2.5.4.4' }
This results in the error message translation missing: de.notice_account_invalid_creditentials. You may want to close SSO session before trying an other username.
To stay compatible with our federation, we have to use oid instead of mace.
Unfortunately the code splits at the dot
|
h[symbol] = key.split('.') # Get an array with nested keys: name.first will return [name, first] |
, which doesn't work for us.
Have located the problem correctly?
Is there any hint how to circumvent this?
Can anyone give me a hint how to connect redmine else wise with a SimpleSAMLphp IdP?
Kind regards,
viegelinsch
Hi,
my attribute_mapping looks like this:
:attribute_mapping => { :login => 'urn:oid:0.9.2342.19200300.100.1.1', :mail => 'urn:oid:0.9.2342.19200300.100.1.3', :firstname => 'urn:oid:2.5.4.42', :lastname => 'urn:oid:2.5.4.4' }This results in the error message
translation missing: de.notice_account_invalid_creditentials. You may want to close SSO session before trying an other username.To stay compatible with our federation, we have to use oid instead of mace.
Unfortunately the code splits at the dot
redmine_omniauth_saml/lib/redmine_omniauth_saml.rb
Line 67 in 4c8f0b5
Have located the problem correctly?
Is there any hint how to circumvent this?
Can anyone give me a hint how to connect redmine else wise with a SimpleSAMLphp IdP?
Kind regards,
viegelinsch