Eskil Varenius

Results 5 comments of Eskil Varenius

I also have this problem. It would be nice to have the editor working also with preview in issues. Is there any plan to fix this incompatibility?

This happened again, so trying to track this backwards to figure out where to add the allowed_clock:drift parameter to make it work. Error seems raised by line 219 in vendor/bundle/ruby/2.5.0/gems/ruby-saml-0.9.4/lib/onelogin/ruby-saml/response.rb...

:) timing then! Having a working email would be nice, otherwise I need to login to github to praise glift ;)

I realised I could add the line `logger.info(omniauth)` to plugins/redmine_omniauth_saml/lib/redmine_omniauth_saml/user_patch.rb i.e. : ``` module OmniAuthSamlUserMethods def find_or_create_from_omniauth(omniauth) logger.info(omniauth) ``` I then find in redmine/log/debug.log this message (where REMOVED are masked...

Solution found! I am using the urn:uid:... strings which contain dots (.) ! And, in `plugins/redmine_omniauth_saml/lib/redmine_omniauth_saml.rb` there is a line `h[symbol] = key.split('.') # Get an array with nested keys:...