You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2021. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: